Html Css Color HEX #B06462 Coral Tree

📋 copy color: '#B06462'

red 176 ◦ green 100 ◦ blue 98

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

Shades of Coral Tree #B06462

Tints of Coral Tree #B06462

RGB

 RED value IS 176 (69.14% from 255) = 47.06%

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

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

R = 47.06%
G = 26.74%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B06462 (or 0xB06462) is known color: Coral Tree. HEX triplet: B0, 64 and 62. RGB value is (176,100,98). Sum of RGB (Red+Green+Blue) = 176+100+98=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B06462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06462 is #4F9B9D. Grayscale: #7A7A7A. Windows color (decimal): -5217182 or 6448304. OLE color: 6448304.

HSL color Cylindrical-coordinate representation of color #B06462: hue angle of 1.54º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06462 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 98 -
CMYK 0 0.43 0.44 0.31
HSL 1.54º 0.33% 0.54% -
HSV(B) 1.54º 0.44% 0.69% -
XYZ 24.67 19.23 13.97 -
YUV 122.5 114.18 166.16 -
System Red Green Blue C M Y K H S L
Decimal 176 100 98 0 0.43 0.44 0.31 1.54 0.33 0.54
Hex B0 64 62 0 2B 2C 1F 2 21 36
Octal 260 144 142 0 53 54 37 2 41 66
Binary 10110000 1100100 1100010 0 101011 101100 11111 10 100001 110110

Color Harmonies of #B06462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06462

Black with #B06462

Text Example


Text Example

White with #B06462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06462; }

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

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

background-color css

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

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

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

border-color css

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

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

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