Html Css Color HEX #B07565 Coral Tree

📋 copy color: '#B07565'

red 176 ◦ green 117 ◦ blue 101

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

Shades of Coral Tree #B07565

Tints of Coral Tree #B07565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 44.67%
G = 29.7%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B07565 (or 0xB07565) is known color: Coral Tree. HEX triplet: B0, 75 and 65. RGB value is (176,117,101). Sum of RGB (Red+Green+Blue) = 176+117+101=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B07565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07565 is #4F8A9A. Grayscale: #848484. Windows color (decimal): -5212827 or 6649264. OLE color: 6649264.

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

Color convert

RGB 176 117 101 -
CMYK 0 0.34 0.43 0.31
HSL 12.8º 0.32% 0.54% -
HSV(B) 12.8º 0.43% 0.69% -
XYZ 26.61 22.89 15.33 -
YUV 132.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 176 117 101 0 0.34 0.43 0.31 12.8 0.32 0.54
Hex B0 75 65 0 22 2B 1F D 20 36
Octal 260 165 145 0 42 53 37 15 40 66
Binary 10110000 1110101 1100101 0 100010 101011 11111 1101 100000 110110

Color Harmonies of #B07565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07565

Black with #B07565

Text Example


Text Example

White with #B07565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07565; }

 p { color: rgb(176,117,101); }

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

background-color css

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

 a { background-color: rgb(176,117,101); }

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

border-color css

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

 span { border-color: rgb(176,117,101); }

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