Html Css Color HEX #B26C63 Coral Tree

📋 copy color: '#B26C63'

red 178 ◦ green 108 ◦ blue 99

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

Shades of Coral Tree #B26C63

Tints of Coral Tree #B26C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 46.23%
G = 28.05%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B26C63 (or 0xB26C63) is known color: Coral Tree. HEX triplet: B2, 6C and 63. RGB value is (178,108,99). Sum of RGB (Red+Green+Blue) = 178+108+99=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C63 is #4D939C. Grayscale: #808080. Windows color (decimal): -5084061 or 6515890. OLE color: 6515890.

HSL color Cylindrical-coordinate representation of color #B26C63: hue angle of 6.84º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26C63 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 99 -
CMYK 0 0.39 0.44 0.30
HSL 6.84º 0.34% 0.54% -
HSV(B) 6.84º 0.44% 0.7% -
XYZ 25.97 21.09 14.51 -
YUV 127.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 178 108 99 0 0.39 0.44 0.30 6.84 0.34 0.54
Hex B2 6C 63 0 27 2C 1E 7 22 36
Octal 262 154 143 0 47 54 36 7 42 66
Binary 10110010 1101100 1100011 0 100111 101100 11110 111 100010 110110

Color Harmonies of #B26C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C63

Black with #B26C63

Text Example


Text Example

White with #B26C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C63; }

 p { color: rgb(178,108,99); }

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

background-color css

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

 a { background-color: rgb(178,108,99); }

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

border-color css

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

 span { border-color: rgb(178,108,99); }

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