Html Css Color HEX #B06F6F Coral Tree

📋 copy color: '#B06F6F'

red 176 ◦ green 111 ◦ blue 111

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

Shades of Coral Tree #B06F6F

Tints of Coral Tree #B06F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 44.22%
G = 27.89%
B = 27.89%

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

#B06F6F (or 0xB06F6F) is known color: Coral Tree. HEX triplet: B0, 6F and 6F. RGB value is (176,111,111). Sum of RGB (Red+Green+Blue) = 176+111+111=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F6F is #4F9090. Grayscale: #828282. Windows color (decimal): -5214353 or 7303088. OLE color: 7303088.

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

Color convert

RGB 176 111 111 -
CMYK 0 0.37 0.37 0.31
HSL 0.29% 0.56% -
HSV(B) 0.37% 0.69% -
XYZ 26.46 21.75 17.84 -
YUV 130.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 176 111 111 0 0.37 0.37 0.31 0 0.29 0.56
Hex B0 6F 6F 0 25 25 1F 0 1D 38
Octal 260 157 157 0 45 45 37 0 35 70
Binary 10110000 1101111 1101111 0 100101 100101 11111 0 11101 111000

Color Harmonies of #B06F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F6F

Black with #B06F6F

Text Example


Text Example

White with #B06F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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