Html Css Color HEX #B8995B Barley Corn

📋 copy color: '#B8995B'

red 184 ◦ green 153 ◦ blue 91

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

Shades of Barley Corn #B8995B

Tints of Barley Corn #B8995B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 42.99%
G = 35.75%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8995B (or 0xB8995B) is known color: Barley Corn. HEX triplet: B8, 99 and 5B. RGB value is (184,153,91). Sum of RGB (Red+Green+Blue) = 184+153+91=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8995B is #4766A4. Grayscale: #9B9B9B. Windows color (decimal): -4679333 or 6003128. OLE color: 6003128.

HSL color Cylindrical-coordinate representation of color #B8995B: hue angle of 40º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8995B is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 91 -
CMYK 0 0.17 0.51 0.28
HSL 40º 0.4% 0.54% -
HSV(B) 40º 0.51% 0.72% -
XYZ 33.05 33.73 14.67 -
YUV 155.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 184 153 91 0 0.17 0.51 0.28 40 0.4 0.54
Hex B8 99 5B 0 11 33 1C 28 28 36
Octal 270 231 133 0 21 63 34 50 50 66
Binary 10111000 10011001 1011011 0 10001 110011 11100 101000 101000 110110

Color Harmonies of #B8995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8995B

Black with #B8995B

Text Example


Text Example

White with #B8995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8995B; }

 p { color: rgb(184,153,91); }

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

background-color css

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

 a { background-color: rgb(184,153,91); }

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

border-color css

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

 span { border-color: rgb(184,153,91); }

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