Html Css Color HEX #B07372 Coral Tree

📋 copy color: '#B07372'

red 176 ◦ green 115 ◦ blue 114

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

Shades of Coral Tree #B07372

Tints of Coral Tree #B07372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 114 (44.92% from 255) = 28.15%

R = 43.46%
G = 28.4%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B07372 (or 0xB07372) is known color: Coral Tree. HEX triplet: B0, 73 and 72. RGB value is (176,115,114). Sum of RGB (Red+Green+Blue) = 176+115+114=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B07372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07372 is #4F8C8D. Grayscale: #858585. Windows color (decimal): -5213326 or 7500720. OLE color: 7500720.

HSL color Cylindrical-coordinate representation of color #B07372: hue angle of 0.97º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07372 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 114 -
CMYK 0 0.35 0.35 0.31
HSL 0.97º 0.28% 0.57% -
HSV(B) 0.97º 0.35% 0.69% -
XYZ 27.07 22.71 18.88 -
YUV 133.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 176 115 114 0 0.35 0.35 0.31 0.97 0.28 0.57
Hex B0 73 72 0 23 23 1F 1 1C 39
Octal 260 163 162 0 43 43 37 1 34 71
Binary 10110000 1110011 1110010 0 100011 100011 11111 1 11100 111001

Color Harmonies of #B07372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07372

Black with #B07372

Text Example


Text Example

White with #B07372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07372; }

 p { color: rgb(176,115,114); }

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

background-color css

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

 a { background-color: rgb(176,115,114); }

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

border-color css

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

 span { border-color: rgb(176,115,114); }

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