Html Css Color HEX #B06D6B Coral Tree

📋 copy color: '#B06D6B'

red 176 ◦ green 109 ◦ blue 107

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

Shades of Coral Tree #B06D6B

Tints of Coral Tree #B06D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.81%

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 44.9%
G = 27.81%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B06D6B (or 0xB06D6B) is known color: Coral Tree. HEX triplet: B0, 6D and 6B. RGB value is (176,109,107). Sum of RGB (Red+Green+Blue) = 176+109+107=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6B is #4F9294. Grayscale: #808080. Windows color (decimal): -5214869 or 7040432. OLE color: 7040432.

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

Color convert

RGB 176 109 107 -
CMYK 0 0.38 0.39 0.31
HSL 1.74º 0.3% 0.55% -
HSV(B) 1.74º 0.39% 0.69% -
XYZ 26.03 21.23 16.64 -
YUV 128.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 176 109 107 0 0.38 0.39 0.31 1.74 0.3 0.55
Hex B0 6D 6B 0 26 27 1F 2 1E 37
Octal 260 155 153 0 46 47 37 2 36 67
Binary 10110000 1101101 1101011 0 100110 100111 11111 10 11110 110111

Color Harmonies of #B06D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D6B

Black with #B06D6B

Text Example


Text Example

White with #B06D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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