Html Css Color HEX #B26462 Coral Tree

📋 copy color: '#B26462'

red 178 ◦ green 100 ◦ blue 98

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

Shades of Coral Tree #B26462

Tints of Coral Tree #B26462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.06%

R = 47.34%
G = 26.6%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B26462 (or 0xB26462) is known color: Coral Tree. HEX triplet: B2, 64 and 62. RGB value is (178,100,98). Sum of RGB (Red+Green+Blue) = 178+100+98=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B26462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26462 is #4D9B9D. Grayscale: #7B7B7B. Windows color (decimal): -5086110 or 6448306. OLE color: 6448306.

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

Color convert

RGB 178 100 98 -
CMYK 0 0.44 0.45 0.30
HSL 1.5º 0.34% 0.54% -
HSV(B) 1.5º 0.45% 0.7% -
XYZ 25.12 19.46 13.99 -
YUV 123.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 178 100 98 0 0.44 0.45 0.30 1.5 0.34 0.54
Hex B2 64 62 0 2C 2D 1E 2 22 36
Octal 262 144 142 0 54 55 36 2 42 66
Binary 10110010 1100100 1100010 0 101100 101101 11110 10 100010 110110

Color Harmonies of #B26462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26462

Black with #B26462

Text Example


Text Example

White with #B26462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26462; }

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

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

background-color css

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

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

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

border-color css

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

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

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