Html Css Color HEX #B0605F Coral Tree

📋 copy color: '#B0605F'

red 176 ◦ green 96 ◦ blue 95

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

Shades of Coral Tree #B0605F

Tints of Coral Tree #B0605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 47.96%
G = 26.16%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0605F (or 0xB0605F) is known color: Coral Tree. HEX triplet: B0, 60 and 5F. RGB value is (176,96,95). Sum of RGB (Red+Green+Blue) = 176+96+95=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0605F is #4F9FA0. Grayscale: #777777. Windows color (decimal): -5218209 or 6250672. OLE color: 6250672.

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

Color convert

RGB 176 96 95 -
CMYK 0 0.45 0.46 0.31
HSL 0.74º 0.34% 0.53% -
HSV(B) 0.74º 0.46% 0.69% -
XYZ 24.15 18.42 13.11 -
YUV 119.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 176 96 95 0 0.45 0.46 0.31 0.74 0.34 0.53
Hex B0 60 5F 0 2D 2E 1F 1 22 35
Octal 260 140 137 0 55 56 37 1 42 65
Binary 10110000 1100000 1011111 0 101101 101110 11111 1 100010 110101

Color Harmonies of #B0605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0605F

Black with #B0605F

Text Example


Text Example

White with #B0605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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