Html Css Color HEX #B07065 Coral Tree

📋 copy color: '#B07065'

red 176 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #B07065

Tints of Coral Tree #B07065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

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

R = 45.24%
G = 28.79%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B07065 (or 0xB07065) is known color: Coral Tree. HEX triplet: B0, 70 and 65. RGB value is (176,112,101). Sum of RGB (Red+Green+Blue) = 176+112+101=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07065 is #4F8F9A. Grayscale: #818181. Windows color (decimal): -5214107 or 6647984. OLE color: 6647984.

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

Color convert

RGB 176 112 101 -
CMYK 0 0.36 0.43 0.31
HSL 8.8º 0.32% 0.54% -
HSV(B) 8.8º 0.43% 0.69% -
XYZ 26.05 21.76 15.14 -
YUV 129.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 176 112 101 0 0.36 0.43 0.31 8.8 0.32 0.54
Hex B0 70 65 0 24 2B 1F 9 20 36
Octal 260 160 145 0 44 53 37 11 40 66
Binary 10110000 1110000 1100101 0 100100 101011 11111 1001 100000 110110

Color Harmonies of #B07065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07065

Black with #B07065

Text Example


Text Example

White with #B07065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07065; }

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

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

background-color css

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

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

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

border-color css

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

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

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