Html Css Color HEX #B0605C Coral Tree

📋 copy color: '#B0605C'

red 176 ◦ green 96 ◦ blue 92

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

Shades of Coral Tree #B0605C

Tints of Coral Tree #B0605C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 48.35%
G = 26.37%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0605C (or 0xB0605C) is known color: Coral Tree. HEX triplet: B0, 60 and 5C. RGB value is (176,96,92). Sum of RGB (Red+Green+Blue) = 176+96+92=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0605C is #4F9FA3. Grayscale: #777777. Windows color (decimal): -5218212 or 6054064. OLE color: 6054064.

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

Color convert

RGB 176 96 92 -
CMYK 0 0.45 0.48 0.31
HSL 2.86º 0.35% 0.53% -
HSV(B) 2.86º 0.48% 0.69% -
XYZ 24.02 18.37 12.4 -
YUV 119.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 176 96 92 0 0.45 0.48 0.31 2.86 0.35 0.53
Hex B0 60 5C 0 2D 30 1F 3 23 35
Octal 260 140 134 0 55 60 37 3 43 65
Binary 10110000 1100000 1011100 0 101101 110000 11111 11 100011 110101

Color Harmonies of #B0605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0605C

Black with #B0605C

Text Example


Text Example

White with #B0605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0605C; }

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

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

background-color css

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

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

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

border-color css

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

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

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