Html Css Color HEX #B28469 Medium Wood

📋 copy color: '#B28469'

red 178 ◦ green 132 ◦ blue 105

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

Shades of Medium Wood #B28469

Tints of Medium Wood #B28469

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

 GREEN value IS 132 (51.95% from 255) = 31.81%

 BLUE value IS 105 (41.41% from 255) = 25.3%

R = 42.89%
G = 31.81%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B28469 (or 0xB28469) is known color: Medium Wood. HEX triplet: B2, 84 and 69. RGB value is (178,132,105). Sum of RGB (Red+Green+Blue) = 178+132+105=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B28469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28469 is #4D7B96. Grayscale: #8E8E8E. Windows color (decimal): -5077911 or 6915250. OLE color: 6915250.

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

Color convert

RGB 178 132 105 -
CMYK 0 0.26 0.41 0.30
HSL 22.19º 0.32% 0.55% -
HSV(B) 22.19º 0.41% 0.7% -
XYZ 29.16 26.99 17.04 -
YUV 142.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 178 132 105 0 0.26 0.41 0.30 22.19 0.32 0.55
Hex B2 84 69 0 1A 29 1E 16 20 37
Octal 262 204 151 0 32 51 36 26 40 67
Binary 10110010 10000100 1101001 0 11010 101001 11110 10110 100000 110111

Color Harmonies of #B28469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28469

Black with #B28469

Text Example


Text Example

White with #B28469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28469; }

 p { color: rgb(178,132,105); }

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

background-color css

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

 a { background-color: rgb(178,132,105); }

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

border-color css

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

 span { border-color: rgb(178,132,105); }

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