Html Css Color HEX #B0766C Coral Tree

📋 copy color: '#B0766C'

red 176 ◦ green 118 ◦ blue 108

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

Shades of Coral Tree #B0766C

Tints of Coral Tree #B0766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 43.78%
G = 29.35%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0766C (or 0xB0766C) is known color: Coral Tree. HEX triplet: B0, 76 and 6C. RGB value is (176,118,108). Sum of RGB (Red+Green+Blue) = 176+118+108=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0766C is #4F8993. Grayscale: #868686. Windows color (decimal): -5212564 or 7108272. OLE color: 7108272.

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

Color convert

RGB 176 118 108 -
CMYK 0 0.33 0.39 0.31
HSL 8.82º 0.3% 0.56% -
HSV(B) 8.82º 0.39% 0.69% -
XYZ 27.09 23.27 17.25 -
YUV 134.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 176 118 108 0 0.33 0.39 0.31 8.82 0.3 0.56
Hex B0 76 6C 0 21 27 1F 9 1E 38
Octal 260 166 154 0 41 47 37 11 36 70
Binary 10110000 1110110 1101100 0 100001 100111 11111 1001 11110 111000

Color Harmonies of #B0766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0766C

Black with #B0766C

Text Example


Text Example

White with #B0766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0766C; }

 p { color: rgb(176,118,108); }

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

background-color css

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

 a { background-color: rgb(176,118,108); }

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

border-color css

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

 span { border-color: rgb(176,118,108); }

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