Html Css Color HEX #B78266 Medium Wood

📋 copy color: '#B78266'

red 183 ◦ green 130 ◦ blue 102

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

Shades of Medium Wood #B78266

Tints of Medium Wood #B78266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

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

R = 44.1%
G = 31.33%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B78266 (or 0xB78266) is known color: Medium Wood. HEX triplet: B7, 82 and 66. RGB value is (183,130,102). Sum of RGB (Red+Green+Blue) = 183+130+102=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78266 is #487D99. Grayscale: #8E8E8E. Windows color (decimal): -4750746 or 6718135. OLE color: 6718135.

HSL color Cylindrical-coordinate representation of color #B78266: hue angle of 20.74º 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 #B78266 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 130 102 -
CMYK 0 0.29 0.44 0.28
HSL 20.74º 0.36% 0.56% -
HSV(B) 20.74º 0.44% 0.72% -
XYZ 29.91 26.99 16.2 -
YUV 142.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 183 130 102 0 0.29 0.44 0.28 20.74 0.36 0.56
Hex B7 82 66 0 1D 2C 1C 15 24 38
Octal 267 202 146 0 35 54 34 25 44 70
Binary 10110111 10000010 1100110 0 11101 101100 11100 10101 100100 111000

Color Harmonies of #B78266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78266

Black with #B78266

Text Example


Text Example

White with #B78266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78266; }

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

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

background-color css

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

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

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

border-color css

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

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

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