Html Css Color HEX #B06261 Coral Tree

📋 copy color: '#B06261'

red 176 ◦ green 98 ◦ blue 97

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

Shades of Coral Tree #B06261

Tints of Coral Tree #B06261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 47.44%
G = 26.42%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06261 (or 0xB06261) is known color: Coral Tree. HEX triplet: B0, 62 and 61. RGB value is (176,98,97). Sum of RGB (Red+Green+Blue) = 176+98+97=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B06261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06261 is #4F9D9E. Grayscale: #797979. Windows color (decimal): -5217695 or 6382256. OLE color: 6382256.

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

Color convert

RGB 176 98 97 -
CMYK 0 0.44 0.45 0.31
HSL 0.76º 0.33% 0.54% -
HSV(B) 0.76º 0.45% 0.69% -
XYZ 24.43 18.83 13.66 -
YUV 121.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 176 98 97 0 0.44 0.45 0.31 0.76 0.33 0.54
Hex B0 62 61 0 2C 2D 1F 1 21 36
Octal 260 142 141 0 54 55 37 1 41 66
Binary 10110000 1100010 1100001 0 101100 101101 11111 1 100001 110110

Color Harmonies of #B06261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06261

Black with #B06261

Text Example


Text Example

White with #B06261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06261; }

 p { color: rgb(176,98,97); }

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

background-color css

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

 a { background-color: rgb(176,98,97); }

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

border-color css

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

 span { border-color: rgb(176,98,97); }

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