Html Css Color HEX #B0766D Coral Tree

📋 copy color: '#B0766D'

red 176 ◦ green 118 ◦ blue 109

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

Shades of Coral Tree #B0766D

Tints of Coral Tree #B0766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 43.67%
G = 29.28%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0766D (or 0xB0766D) is known color: Coral Tree. HEX triplet: B0, 76 and 6D. RGB value is (176,118,109). Sum of RGB (Red+Green+Blue) = 176+118+109=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0766D is #4F8992. Grayscale: #868686. Windows color (decimal): -5212563 or 7173808. OLE color: 7173808.

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

Color convert

RGB 176 118 109 -
CMYK 0 0.33 0.38 0.31
HSL 8.06º 0.3% 0.56% -
HSV(B) 8.06º 0.38% 0.69% -
XYZ 27.14 23.29 17.53 -
YUV 134.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 176 118 109 0 0.33 0.38 0.31 8.06 0.3 0.56
Hex B0 76 6D 0 21 26 1F 8 1E 38
Octal 260 166 155 0 41 46 37 10 36 70
Binary 10110000 1110110 1101101 0 100001 100110 11111 1000 11110 111000

Color Harmonies of #B0766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0766D

Black with #B0766D

Text Example


Text Example

White with #B0766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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