Html Css Color HEX #B06867 Coral Tree

📋 copy color: '#B06867'

red 176 ◦ green 104 ◦ blue 103

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

Shades of Coral Tree #B06867

Tints of Coral Tree #B06867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.15%

 BLUE value IS 103 (40.63% from 255) = 26.89%

R = 45.95%
G = 27.15%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06867 (or 0xB06867) is known color: Coral Tree. HEX triplet: B0, 68 and 67. RGB value is (176,104,103). Sum of RGB (Red+Green+Blue) = 176+104+103=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06867 is #4F9798. Grayscale: #7D7D7D. Windows color (decimal): -5216153 or 6777008. OLE color: 6777008.

HSL color Cylindrical-coordinate representation of color #B06867: hue angle of 0.82º degrees, saturation: 0.32, 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 #B06867 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 103 -
CMYK 0 0.41 0.41 0.31
HSL 0.82º 0.32% 0.55% -
HSV(B) 0.82º 0.41% 0.69% -
XYZ 25.3 20.11 15.38 -
YUV 125.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 176 104 103 0 0.41 0.41 0.31 0.82 0.32 0.55
Hex B0 68 67 0 29 29 1F 1 20 37
Octal 260 150 147 0 51 51 37 1 40 67
Binary 10110000 1101000 1100111 0 101001 101001 11111 1 100000 110111

Color Harmonies of #B06867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06867

Black with #B06867

Text Example


Text Example

White with #B06867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06867; }

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

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

background-color css

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

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

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

border-color css

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

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

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