Html Css Color HEX #B28467 Medium Wood

📋 copy color: '#B28467'

red 178 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #B28467

Tints of Medium Wood #B28467

RGB

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

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

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

R = 43.1%
G = 31.96%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28467 (or 0xB28467) is known color: Medium Wood. HEX triplet: B2, 84 and 67. RGB value is (178,132,103). Sum of RGB (Red+Green+Blue) = 178+132+103=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28467 is #4D7B98. Grayscale: #8E8E8E. Windows color (decimal): -5077913 or 6784178. OLE color: 6784178.

HSL color Cylindrical-coordinate representation of color #B28467: hue angle of 23.2º 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 #B28467 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 103 -
CMYK 0 0.26 0.42 0.30
HSL 23.2º 0.33% 0.55% -
HSV(B) 23.2º 0.42% 0.7% -
XYZ 29.06 26.95 16.5 -
YUV 142.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 178 132 103 0 0.26 0.42 0.30 23.2 0.33 0.55
Hex B2 84 67 0 1A 2A 1E 17 21 37
Octal 262 204 147 0 32 52 36 27 41 67
Binary 10110010 10000100 1100111 0 11010 101010 11110 10111 100001 110111

Color Harmonies of #B28467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28467

Black with #B28467

Text Example


Text Example

White with #B28467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28467; }

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

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

background-color css

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

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

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

border-color css

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

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

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