Html Css Color HEX #B06961 Coral Tree

📋 copy color: '#B06961'

red 176 ◦ green 105 ◦ blue 97

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

Shades of Coral Tree #B06961

Tints of Coral Tree #B06961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 46.56%
G = 27.78%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B06961 (or 0xB06961) is known color: Coral Tree. HEX triplet: B0, 69 and 61. RGB value is (176,105,97). Sum of RGB (Red+Green+Blue) = 176+105+97=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06961 is #4F969E. Grayscale: #7D7D7D. Windows color (decimal): -5215903 or 6384048. OLE color: 6384048.

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

Color convert

RGB 176 105 97 -
CMYK 0 0.40 0.45 0.31
HSL 6.08º 0.33% 0.54% -
HSV(B) 6.08º 0.45% 0.69% -
XYZ 25.11 20.2 13.88 -
YUV 125.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 176 105 97 0 0.40 0.45 0.31 6.08 0.33 0.54
Hex B0 69 61 0 28 2D 1F 6 21 36
Octal 260 151 141 0 50 55 37 6 41 66
Binary 10110000 1101001 1100001 0 101000 101101 11111 110 100001 110110

Color Harmonies of #B06961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06961

Black with #B06961

Text Example


Text Example

White with #B06961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06961; }

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

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

background-color css

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

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

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

border-color css

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

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

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