Html Css Color HEX #B07162 Coral Tree

📋 copy color: '#B07162'

red 176 ◦ green 113 ◦ blue 98

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

Shades of Coral Tree #B07162

Tints of Coral Tree #B07162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 45.48%
G = 29.2%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B07162 (or 0xB07162) is known color: Coral Tree. HEX triplet: B0, 71 and 62. RGB value is (176,113,98). Sum of RGB (Red+Green+Blue) = 176+113+98=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B07162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07162 is #4F8E9D. Grayscale: #828282. Windows color (decimal): -5213854 or 6451632. OLE color: 6451632.

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

Color convert

RGB 176 113 98 -
CMYK 0 0.36 0.44 0.31
HSL 11.54º 0.33% 0.54% -
HSV(B) 11.54º 0.44% 0.69% -
XYZ 26.01 21.92 14.42 -
YUV 130.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 176 113 98 0 0.36 0.44 0.31 11.54 0.33 0.54
Hex B0 71 62 0 24 2C 1F C 21 36
Octal 260 161 142 0 44 54 37 14 41 66
Binary 10110000 1110001 1100010 0 100100 101100 11111 1100 100001 110110

Color Harmonies of #B07162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07162

Black with #B07162

Text Example


Text Example

White with #B07162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07162; }

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

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

background-color css

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

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

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

border-color css

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

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

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