Html Css Color HEX #B28369 Medium Wood

📋 copy color: '#B28369'

red 178 ◦ green 131 ◦ blue 105

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

Shades of Medium Wood #B28369

Tints of Medium Wood #B28369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

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

R = 43%
G = 31.64%
B = 25.36%

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

#B28369 (or 0xB28369) is known color: Medium Wood. HEX triplet: B2, 83 and 69. RGB value is (178,131,105). Sum of RGB (Red+Green+Blue) = 178+131+105=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B28369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28369 is #4D7C96. Grayscale: #8E8E8E. Windows color (decimal): -5078167 or 6914994. OLE color: 6914994.

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

Color convert

RGB 178 131 105 -
CMYK 0 0.26 0.41 0.30
HSL 21.37º 0.32% 0.55% -
HSV(B) 21.37º 0.41% 0.7% -
XYZ 29.03 26.72 16.99 -
YUV 142.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 178 131 105 0 0.26 0.41 0.30 21.37 0.32 0.55
Hex B2 83 69 0 1A 29 1E 15 20 37
Octal 262 203 151 0 32 51 36 25 40 67
Binary 10110010 10000011 1101001 0 11010 101001 11110 10101 100000 110111

Color Harmonies of #B28369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28369

Black with #B28369

Text Example


Text Example

White with #B28369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28369; }

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

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

background-color css

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

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

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

border-color css

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

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

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