Html Css Color HEX #B0766B Coral Tree

📋 copy color: '#B0766B'

red 176 ◦ green 118 ◦ blue 107

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

Shades of Coral Tree #B0766B

Tints of Coral Tree #B0766B

RGB

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

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

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

R = 43.89%
G = 29.43%
B = 26.68%

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

#B0766B (or 0xB0766B) is known color: Coral Tree. HEX triplet: B0, 76 and 6B. RGB value is (176,118,107). Sum of RGB (Red+Green+Blue) = 176+118+107=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0766B is #4F8994. Grayscale: #868686. Windows color (decimal): -5212565 or 7042736. OLE color: 7042736.

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

Color convert

RGB 176 118 107 -
CMYK 0 0.33 0.39 0.31
HSL 9.57º 0.3% 0.55% -
HSV(B) 9.57º 0.39% 0.69% -
XYZ 27.04 23.25 16.97 -
YUV 134.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 176 118 107 0 0.33 0.39 0.31 9.57 0.3 0.55
Hex B0 76 6B 0 21 27 1F A 1E 37
Octal 260 166 153 0 41 47 37 12 36 67
Binary 10110000 1110110 1101011 0 100001 100111 11111 1010 11110 110111

Color Harmonies of #B0766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0766B

Black with #B0766B

Text Example


Text Example

White with #B0766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0766B; }

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

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

background-color css

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

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

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

border-color css

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

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

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