Html Css Color HEX #B07365 Coral Tree

📋 copy color: '#B07365'

red 176 ◦ green 115 ◦ blue 101

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

Shades of Coral Tree #B07365

Tints of Coral Tree #B07365

RGB

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

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

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

R = 44.9%
G = 29.34%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B07365 (or 0xB07365) is known color: Coral Tree. HEX triplet: B0, 73 and 65. RGB value is (176,115,101). Sum of RGB (Red+Green+Blue) = 176+115+101=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07365 is #4F8C9A. Grayscale: #838383. Windows color (decimal): -5213339 or 6648752. OLE color: 6648752.

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

Color convert

RGB 176 115 101 -
CMYK 0 0.35 0.43 0.31
HSL 11.2º 0.32% 0.54% -
HSV(B) 11.2º 0.43% 0.69% -
XYZ 26.38 22.43 15.25 -
YUV 131.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 176 115 101 0 0.35 0.43 0.31 11.2 0.32 0.54
Hex B0 73 65 0 23 2B 1F B 20 36
Octal 260 163 145 0 43 53 37 13 40 66
Binary 10110000 1110011 1100101 0 100011 101011 11111 1011 100000 110110

Color Harmonies of #B07365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07365

Black with #B07365

Text Example


Text Example

White with #B07365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07365; }

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

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

background-color css

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

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

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

border-color css

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

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

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