Html Css Color HEX #B88465 Medium Wood

📋 copy color: '#B88465'

red 184 ◦ green 132 ◦ blue 101

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

Shades of Medium Wood #B88465

Tints of Medium Wood #B88465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 44.12%
G = 31.65%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B88465 (or 0xB88465) is known color: Medium Wood. HEX triplet: B8, 84 and 65. RGB value is (184,132,101). Sum of RGB (Red+Green+Blue) = 184+132+101=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B88465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88465 is #477B9A. Grayscale: #909090. Windows color (decimal): -4684699 or 6653112. OLE color: 6653112.

HSL color Cylindrical-coordinate representation of color #B88465: hue angle of 22.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88465 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 132 101 -
CMYK 0 0.28 0.45 0.28
HSL 22.41º 0.37% 0.56% -
HSV(B) 22.41º 0.45% 0.72% -
XYZ 30.37 27.63 16.04 -
YUV 144.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 184 132 101 0 0.28 0.45 0.28 22.41 0.37 0.56
Hex B8 84 65 0 1C 2D 1C 16 25 38
Octal 270 204 145 0 34 55 34 26 45 70
Binary 10111000 10000100 1100101 0 11100 101101 11100 10110 100101 111000

Color Harmonies of #B88465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88465

Black with #B88465

Text Example


Text Example

White with #B88465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88465; }

 p { color: rgb(184,132,101); }

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

background-color css

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

 a { background-color: rgb(184,132,101); }

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

border-color css

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

 span { border-color: rgb(184,132,101); }

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