Html Css Color HEX #B06F6A Coral Tree

📋 copy color: '#B06F6A'

red 176 ◦ green 111 ◦ blue 106

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

Shades of Coral Tree #B06F6A

Tints of Coral Tree #B06F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 44.78%
G = 28.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B06F6A (or 0xB06F6A) is known color: Coral Tree. HEX triplet: B0, 6F and 6A. RGB value is (176,111,106). Sum of RGB (Red+Green+Blue) = 176+111+106=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F6A is #4F9095. Grayscale: #818181. Windows color (decimal): -5214358 or 6975408. OLE color: 6975408.

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

Color convert

RGB 176 111 106 -
CMYK 0 0.37 0.40 0.31
HSL 4.29º 0.31% 0.55% -
HSV(B) 4.29º 0.4% 0.69% -
XYZ 26.19 21.64 16.43 -
YUV 129.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 176 111 106 0 0.37 0.40 0.31 4.29 0.31 0.55
Hex B0 6F 6A 0 25 28 1F 4 1F 37
Octal 260 157 152 0 45 50 37 4 37 67
Binary 10110000 1101111 1101010 0 100101 101000 11111 100 11111 110111

Color Harmonies of #B06F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F6A

Black with #B06F6A

Text Example


Text Example

White with #B06F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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