Html Css Color HEX #B26665 Coral Tree

📋 copy color: '#B26665'

red 178 ◦ green 102 ◦ blue 101

#B26665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B26665

Tints of Coral Tree #B26665

RGB

 RED value IS 178 (69.92% from 255) = 46.72%

 GREEN value IS 102 (40.23% from 255) = 26.77%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 46.72%
G = 26.77%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B26665 (or 0xB26665) is known color: Coral Tree. HEX triplet: B2, 66 and 65. RGB value is (178,102,101). Sum of RGB (Red+Green+Blue) = 178+102+101=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B26665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26665 is #4D999A. Grayscale: #7C7C7C. Windows color (decimal): -5085595 or 6645426. OLE color: 6645426.

HSL color Cylindrical-coordinate representation of color #B26665: hue angle of 0.78º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B26665 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 102 101 -
CMYK 0 0.43 0.43 0.30
HSL 0.78º 0.33% 0.55% -
HSV(B) 0.78º 0.43% 0.7% -
XYZ 25.46 19.91 14.81 -
YUV 124.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 178 102 101 0 0.43 0.43 0.30 0.78 0.33 0.55
Hex B2 66 65 0 2B 2B 1E 1 21 37
Octal 262 146 145 0 53 53 36 1 41 67
Binary 10110010 1100110 1100101 0 101011 101011 11110 1 100001 110111

Color Harmonies of #B26665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26665

Black with #B26665

Text Example


Text Example

White with #B26665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26665; }

 p { color: rgb(178,102,101); }

 H1.HeaderClassName
 {
   color: #B26665;
 }
 .AnyTagClassName
 {
   color: #B26665;
 }
</style>

background-color css

<style>
 a { background-color: #B26665; }

 a { background-color: rgb(178,102,101); }

 div.DivClassName
 {
   background-color: #B26665;
 }
 .BgClassName
 {
   background-color: #B26665;
 }
</style>

border-color css

<style>
 span { border-color: #B26665; }

 span { border-color: rgb(178,102,101); }

 td.TdClassName
 {
   border-color: #B26665;
 }
 .TagClassName
 {
   border-color: #B26665;
 }
</style>