Html Css Color HEX #B5885D Barley Corn

📋 copy color: '#B5885D'

red 181 ◦ green 136 ◦ blue 93

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

Shades of Barley Corn #B5885D

Tints of Barley Corn #B5885D

RGB

 RED value IS 181 (71.09% from 255) = 44.15%

 GREEN value IS 136 (53.52% from 255) = 33.17%

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 44.15%
G = 33.17%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5885D (or 0xB5885D) is known color: Barley Corn. HEX triplet: B5, 88 and 5D. RGB value is (181,136,93). Sum of RGB (Red+Green+Blue) = 181+136+93=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B5885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5885D is #4A77A2. Grayscale: #909090. Windows color (decimal): -4880291 or 6129845. OLE color: 6129845.

HSL color Cylindrical-coordinate representation of color #B5885D: hue angle of 29.32º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5885D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 93 -
CMYK 0 0.25 0.49 0.29
HSL 29.32º 0.37% 0.54% -
HSV(B) 29.32º 0.49% 0.71% -
XYZ 29.84 28.22 14.23 -
YUV 144.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 181 136 93 0 0.25 0.49 0.29 29.32 0.37 0.54
Hex B5 88 5D 0 19 31 1D 1D 25 36
Octal 265 210 135 0 31 61 35 35 45 66
Binary 10110101 10001000 1011101 0 11001 110001 11101 11101 100101 110110

Color Harmonies of #B5885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5885D

Black with #B5885D

Text Example


Text Example

White with #B5885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5885D; }

 p { color: rgb(181,136,93); }

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

background-color css

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

 a { background-color: rgb(181,136,93); }

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

border-color css

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

 span { border-color: rgb(181,136,93); }

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