Html Css Color HEX #B06461 Coral Tree

📋 copy color: '#B06461'

red 176 ◦ green 100 ◦ blue 97

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

Shades of Coral Tree #B06461

Tints of Coral Tree #B06461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

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

R = 47.18%
G = 26.81%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06461 (or 0xB06461) is known color: Coral Tree. HEX triplet: B0, 64 and 61. RGB value is (176,100,97). Sum of RGB (Red+Green+Blue) = 176+100+97=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B06461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06461 is #4F9B9E. Grayscale: #7A7A7A. Windows color (decimal): -5217183 or 6382768. OLE color: 6382768.

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

Color convert

RGB 176 100 97 -
CMYK 0 0.43 0.45 0.31
HSL 2.28º 0.33% 0.54% -
HSV(B) 2.28º 0.45% 0.69% -
XYZ 24.62 19.21 13.72 -
YUV 122.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 176 100 97 0 0.43 0.45 0.31 2.28 0.33 0.54
Hex B0 64 61 0 2B 2D 1F 2 21 36
Octal 260 144 141 0 53 55 37 2 41 66
Binary 10110000 1100100 1100001 0 101011 101101 11111 10 100001 110110

Color Harmonies of #B06461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06461

Black with #B06461

Text Example


Text Example

White with #B06461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06461; }

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

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

background-color css

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

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

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

border-color css

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

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

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