Html Css Color HEX #B06F68 Coral Tree

📋 copy color: '#B06F68'

red 176 ◦ green 111 ◦ blue 104

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

Shades of Coral Tree #B06F68

Tints of Coral Tree #B06F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 45.01%
G = 28.39%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06F68 (or 0xB06F68) is known color: Coral Tree. HEX triplet: B0, 6F and 68. RGB value is (176,111,104). Sum of RGB (Red+Green+Blue) = 176+111+104=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F68 is #4F9097. Grayscale: #818181. Windows color (decimal): -5214360 or 6844336. OLE color: 6844336.

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

Color convert

RGB 176 111 104 -
CMYK 0 0.37 0.41 0.31
HSL 5.83º 0.31% 0.55% -
HSV(B) 5.83º 0.41% 0.69% -
XYZ 26.09 21.6 15.89 -
YUV 129.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 176 111 104 0 0.37 0.41 0.31 5.83 0.31 0.55
Hex B0 6F 68 0 25 29 1F 6 1F 37
Octal 260 157 150 0 45 51 37 6 37 67
Binary 10110000 1101111 1101000 0 100101 101001 11111 110 11111 110111

Color Harmonies of #B06F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F68

Black with #B06F68

Text Example


Text Example

White with #B06F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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