Html Css Color HEX #B88162 Medium Wood

📋 copy color: '#B88162'

red 184 ◦ green 129 ◦ blue 98

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

Shades of Medium Wood #B88162

Tints of Medium Wood #B88162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

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

R = 44.77%
G = 31.39%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B88162 (or 0xB88162) is known color: Medium Wood. HEX triplet: B8, 81 and 62. RGB value is (184,129,98). Sum of RGB (Red+Green+Blue) = 184+129+98=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B88162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88162 is #477E9D. Grayscale: #8E8E8E. Windows color (decimal): -4685470 or 6455736. OLE color: 6455736.

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

Color convert

RGB 184 129 98 -
CMYK 0 0.30 0.47 0.28
HSL 21.63º 0.38% 0.55% -
HSV(B) 21.63º 0.47% 0.72% -
XYZ 29.82 26.77 15.15 -
YUV 141.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 184 129 98 0 0.30 0.47 0.28 21.63 0.38 0.55
Hex B8 81 62 0 1E 2F 1C 16 26 37
Octal 270 201 142 0 36 57 34 26 46 67
Binary 10111000 10000001 1100010 0 11110 101111 11100 10110 100110 110111

Color Harmonies of #B88162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88162

Black with #B88162

Text Example


Text Example

White with #B88162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88162; }

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

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

background-color css

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

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

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

border-color css

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

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

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