Html Css Color HEX #B07165 Coral Tree

📋 copy color: '#B07165'

red 176 ◦ green 113 ◦ blue 101

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

Shades of Coral Tree #B07165

Tints of Coral Tree #B07165

RGB

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

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

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

R = 45.13%
G = 28.97%
B = 25.9%

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

#B07165 (or 0xB07165) is known color: Coral Tree. HEX triplet: B0, 71 and 65. RGB value is (176,113,101). Sum of RGB (Red+Green+Blue) = 176+113+101=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B07165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07165 is #4F8E9A. Grayscale: #828282. Windows color (decimal): -5213851 or 6648240. OLE color: 6648240.

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

Color convert

RGB 176 113 101 -
CMYK 0 0.36 0.43 0.31
HSL 9.6º 0.32% 0.54% -
HSV(B) 9.6º 0.43% 0.69% -
XYZ 26.16 21.98 15.18 -
YUV 130.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 176 113 101 0 0.36 0.43 0.31 9.6 0.32 0.54
Hex B0 71 65 0 24 2B 1F A 20 36
Octal 260 161 145 0 44 53 37 12 40 66
Binary 10110000 1110001 1100101 0 100100 101011 11111 1010 100000 110110

Color Harmonies of #B07165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07165

Black with #B07165

Text Example


Text Example

White with #B07165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07165; }

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

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

background-color css

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

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

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

border-color css

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

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

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