Html Css Color HEX #B0735F Coral Tree

📋 copy color: '#B0735F'

red 176 ◦ green 115 ◦ blue 95

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

Shades of Coral Tree #B0735F

Tints of Coral Tree #B0735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 45.6%
G = 29.79%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0735F (or 0xB0735F) is known color: Coral Tree. HEX triplet: B0, 73 and 5F. RGB value is (176,115,95). Sum of RGB (Red+Green+Blue) = 176+115+95=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0735F is #4F8CA0. Grayscale: #838383. Windows color (decimal): -5213345 or 6255536. OLE color: 6255536.

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

Color convert

RGB 176 115 95 -
CMYK 0 0.35 0.46 0.31
HSL 14.81º 0.34% 0.53% -
HSV(B) 14.81º 0.46% 0.69% -
XYZ 26.1 22.32 13.76 -
YUV 130.96 107.71 160.13 -
System Red Green Blue C M Y K H S L
Decimal 176 115 95 0 0.35 0.46 0.31 14.81 0.34 0.53
Hex B0 73 5F 0 23 2E 1F F 22 35
Octal 260 163 137 0 43 56 37 17 42 65
Binary 10110000 1110011 1011111 0 100011 101110 11111 1111 100010 110101

Color Harmonies of #B0735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0735F

Black with #B0735F

Text Example


Text Example

White with #B0735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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