Html Css Color HEX #B78066 Medium Wood

📋 copy color: '#B78066'

red 183 ◦ green 128 ◦ blue 102

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

Shades of Medium Wood #B78066

Tints of Medium Wood #B78066

RGB

 RED value IS 183 (71.88% from 255) = 44.31%

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 102 (40.23% from 255) = 24.7%

R = 44.31%
G = 30.99%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B78066 (or 0xB78066) is known color: Medium Wood. HEX triplet: B7, 80 and 66. RGB value is (183,128,102). Sum of RGB (Red+Green+Blue) = 183+128+102=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B78066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78066 is #487F99. Grayscale: #8D8D8D. Windows color (decimal): -4751258 or 6717623. OLE color: 6717623.

HSL color Cylindrical-coordinate representation of color #B78066: hue angle of 19.26º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78066 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 128 102 -
CMYK 0 0.30 0.44 0.28
HSL 19.26º 0.36% 0.56% -
HSV(B) 19.26º 0.44% 0.72% -
XYZ 29.65 26.46 16.12 -
YUV 141.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 183 128 102 0 0.30 0.44 0.28 19.26 0.36 0.56
Hex B7 80 66 0 1E 2C 1C 13 24 38
Octal 267 200 146 0 36 54 34 23 44 70
Binary 10110111 10000000 1100110 0 11110 101100 11100 10011 100100 111000

Color Harmonies of #B78066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78066

Black with #B78066

Text Example


Text Example

White with #B78066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78066; }

 p { color: rgb(183,128,102); }

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

background-color css

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

 a { background-color: rgb(183,128,102); }

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

border-color css

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

 span { border-color: rgb(183,128,102); }

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