Html Css Color HEX #B26463 Coral Tree

📋 copy color: '#B26463'

red 178 ◦ green 100 ◦ blue 99

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

Shades of Coral Tree #B26463

Tints of Coral Tree #B26463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 47.21%
G = 26.53%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B26463 (or 0xB26463) is known color: Coral Tree. HEX triplet: B2, 64 and 63. RGB value is (178,100,99). Sum of RGB (Red+Green+Blue) = 178+100+99=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26463 is #4D9B9C. Grayscale: #7B7B7B. Windows color (decimal): -5086109 or 6513842. OLE color: 6513842.

HSL color Cylindrical-coordinate representation of color #B26463: hue angle of 0.76º 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 #B26463 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 99 -
CMYK 0 0.44 0.44 0.30
HSL 0.76º 0.34% 0.54% -
HSV(B) 0.76º 0.44% 0.7% -
XYZ 25.17 19.48 14.24 -
YUV 123.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 178 100 99 0 0.44 0.44 0.30 0.76 0.34 0.54
Hex B2 64 63 0 2C 2C 1E 1 22 36
Octal 262 144 143 0 54 54 36 1 42 66
Binary 10110010 1100100 1100011 0 101100 101100 11110 1 100010 110110

Color Harmonies of #B26463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26463

Black with #B26463

Text Example


Text Example

White with #B26463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26463; }

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

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

background-color css

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

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

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

border-color css

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

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

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