Html Css Color HEX #B06B67 Coral Tree

📋 copy color: '#B06B67'

red 176 ◦ green 107 ◦ blue 103

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

Shades of Coral Tree #B06B67

Tints of Coral Tree #B06B67

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

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

R = 45.6%
G = 27.72%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06B67 (or 0xB06B67) is known color: Coral Tree. HEX triplet: B0, 6B and 67. RGB value is (176,107,103). Sum of RGB (Red+Green+Blue) = 176+107+103=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B67 is #4F9498. Grayscale: #7F7F7F. Windows color (decimal): -5215385 or 6777776. OLE color: 6777776.

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

Color convert

RGB 176 107 103 -
CMYK 0 0.39 0.41 0.31
HSL 3.29º 0.32% 0.55% -
HSV(B) 3.29º 0.41% 0.69% -
XYZ 25.61 20.72 15.48 -
YUV 127.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 176 107 103 0 0.39 0.41 0.31 3.29 0.32 0.55
Hex B0 6B 67 0 27 29 1F 3 20 37
Octal 260 153 147 0 47 51 37 3 40 67
Binary 10110000 1101011 1100111 0 100111 101001 11111 11 100000 110111

Color Harmonies of #B06B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B67

Black with #B06B67

Text Example


Text Example

White with #B06B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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