Html Css Color HEX #B38267 Medium Wood

📋 copy color: '#B38267'

red 179 ◦ green 130 ◦ blue 103

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

Shades of Medium Wood #B38267

Tints of Medium Wood #B38267

RGB

 RED value IS 179 (70.31% from 255) = 43.45%

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

 BLUE value IS 103 (40.63% from 255) = 25%

R = 43.45%
G = 31.55%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B38267 (or 0xB38267) is known color: Medium Wood. HEX triplet: B3, 82 and 67. RGB value is (179,130,103). Sum of RGB (Red+Green+Blue) = 179+130+103=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38267 is #4C7D98. Grayscale: #8D8D8D. Windows color (decimal): -5012889 or 6783667. OLE color: 6783667.

HSL color Cylindrical-coordinate representation of color #B38267: hue angle of 21.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38267 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 103 -
CMYK 0 0.27 0.42 0.30
HSL 21.32º 0.33% 0.55% -
HSV(B) 21.32º 0.42% 0.7% -
XYZ 29.02 26.53 16.42 -
YUV 141.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 179 130 103 0 0.27 0.42 0.30 21.32 0.33 0.55
Hex B3 82 67 0 1B 2A 1E 15 21 37
Octal 263 202 147 0 33 52 36 25 41 67
Binary 10110011 10000010 1100111 0 11011 101010 11110 10101 100001 110111

Color Harmonies of #B38267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38267

Black with #B38267

Text Example


Text Example

White with #B38267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38267; }

 p { color: rgb(179,130,103); }

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

background-color css

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

 a { background-color: rgb(179,130,103); }

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

border-color css

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

 span { border-color: rgb(179,130,103); }

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