Html Css Color HEX #B88262 Medium Wood

📋 copy color: '#B88262'

red 184 ◦ green 130 ◦ blue 98

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

Shades of Medium Wood #B88262

Tints of Medium Wood #B88262

RGB

 RED value IS 184 (72.27% from 255) = 44.66%

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

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 44.66%
G = 31.55%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B88262 (or 0xB88262) is known color: Medium Wood. HEX triplet: B8, 82 and 62. RGB value is (184,130,98). Sum of RGB (Red+Green+Blue) = 184+130+98=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B88262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88262 is #477D9D. Grayscale: #8E8E8E. Windows color (decimal): -4685214 or 6455992. OLE color: 6455992.

HSL color Cylindrical-coordinate representation of color #B88262: hue angle of 22.33º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88262 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 98 -
CMYK 0 0.29 0.47 0.28
HSL 22.33º 0.38% 0.55% -
HSV(B) 22.33º 0.47% 0.72% -
XYZ 29.95 27.04 15.2 -
YUV 142.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 184 130 98 0 0.29 0.47 0.28 22.33 0.38 0.55
Hex B8 82 62 0 1D 2F 1C 16 26 37
Octal 270 202 142 0 35 57 34 26 46 67
Binary 10111000 10000010 1100010 0 11101 101111 11100 10110 100110 110111

Color Harmonies of #B88262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88262

Black with #B88262

Text Example


Text Example

White with #B88262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88262; }

 p { color: rgb(184,130,98); }

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

background-color css

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

 a { background-color: rgb(184,130,98); }

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

border-color css

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

 span { border-color: rgb(184,130,98); }

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