Html Css Color HEX #B06F6E Coral Tree

📋 copy color: '#B06F6E'

red 176 ◦ green 111 ◦ blue 110

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

Shades of Coral Tree #B06F6E

Tints of Coral Tree #B06F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 44.33%
G = 27.96%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B06F6E (or 0xB06F6E) is known color: Coral Tree. HEX triplet: B0, 6F and 6E. RGB value is (176,111,110). Sum of RGB (Red+Green+Blue) = 176+111+110=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F6E is #4F9091. Grayscale: #828282. Windows color (decimal): -5214354 or 7237552. OLE color: 7237552.

HSL color Cylindrical-coordinate representation of color #B06F6E: hue angle of 0.91º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06F6E is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 110 -
CMYK 0 0.37 0.37 0.31
HSL 0.91º 0.29% 0.56% -
HSV(B) 0.91º 0.38% 0.69% -
XYZ 26.4 21.72 17.55 -
YUV 130.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 176 111 110 0 0.37 0.37 0.31 0.91 0.29 0.56
Hex B0 6F 6E 0 25 25 1F 1 1D 38
Octal 260 157 156 0 45 45 37 1 35 70
Binary 10110000 1101111 1101110 0 100101 100101 11111 1 11101 111000

Color Harmonies of #B06F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F6E

Black with #B06F6E

Text Example


Text Example

White with #B06F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F6E; }

 p { color: rgb(176,111,110); }

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

background-color css

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

 a { background-color: rgb(176,111,110); }

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

border-color css

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

 span { border-color: rgb(176,111,110); }

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