Html Css Color HEX #B28669 Medium Wood

📋 copy color: '#B28669'

red 178 ◦ green 134 ◦ blue 105

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

Shades of Medium Wood #B28669

Tints of Medium Wood #B28669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 42.69%
G = 32.13%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B28669 (or 0xB28669) is known color: Medium Wood. HEX triplet: B2, 86 and 69. RGB value is (178,134,105). Sum of RGB (Red+Green+Blue) = 178+134+105=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B28669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28669 is #4D7996. Grayscale: #909090. Windows color (decimal): -5077399 or 6915762. OLE color: 6915762.

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

Color convert

RGB 178 134 105 -
CMYK 0 0.25 0.41 0.30
HSL 23.84º 0.32% 0.55% -
HSV(B) 23.84º 0.41% 0.7% -
XYZ 29.44 27.54 17.13 -
YUV 143.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 178 134 105 0 0.25 0.41 0.30 23.84 0.32 0.55
Hex B2 86 69 0 19 29 1E 18 20 37
Octal 262 206 151 0 31 51 36 30 40 67
Binary 10110010 10000110 1101001 0 11001 101001 11110 11000 100000 110111

Color Harmonies of #B28669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28669

Black with #B28669

Text Example


Text Example

White with #B28669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28669; }

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

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

background-color css

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

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

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

border-color css

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

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

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