Html Css Color HEX #B06F69 Coral Tree

📋 copy color: '#B06F69'

red 176 ◦ green 111 ◦ blue 105

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

Shades of Coral Tree #B06F69

Tints of Coral Tree #B06F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 44.9%
G = 28.32%
B = 26.79%

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

#B06F69 (or 0xB06F69) is known color: Coral Tree. HEX triplet: B0, 6F and 69. RGB value is (176,111,105). Sum of RGB (Red+Green+Blue) = 176+111+105=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F69 is #4F9096. Grayscale: #818181. Windows color (decimal): -5214359 or 6909872. OLE color: 6909872.

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

Color convert

RGB 176 111 105 -
CMYK 0 0.37 0.40 0.31
HSL 5.07º 0.31% 0.55% -
HSV(B) 5.07º 0.4% 0.69% -
XYZ 26.14 21.62 16.16 -
YUV 129.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 176 111 105 0 0.37 0.40 0.31 5.07 0.31 0.55
Hex B0 6F 69 0 25 28 1F 5 1F 37
Octal 260 157 151 0 45 50 37 5 37 67
Binary 10110000 1101111 1101001 0 100101 101000 11111 101 11111 110111

Color Harmonies of #B06F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F69

Black with #B06F69

Text Example


Text Example

White with #B06F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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