Html Css Color HEX #B8915B Barley Corn

📋 copy color: '#B8915B'

red 184 ◦ green 145 ◦ blue 91

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

Shades of Barley Corn #B8915B

Tints of Barley Corn #B8915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

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

R = 43.81%
G = 34.52%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8915B (or 0xB8915B) is known color: Barley Corn. HEX triplet: B8, 91 and 5B. RGB value is (184,145,91). Sum of RGB (Red+Green+Blue) = 184+145+91=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B8915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8915B is #476EA4. Grayscale: #969696. Windows color (decimal): -4681381 or 6001080. OLE color: 6001080.

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

Color convert

RGB 184 145 91 -
CMYK 0 0.21 0.51 0.28
HSL 34.84º 0.4% 0.54% -
HSV(B) 34.84º 0.51% 0.72% -
XYZ 31.78 31.2 14.24 -
YUV 150.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 184 145 91 0 0.21 0.51 0.28 34.84 0.4 0.54
Hex B8 91 5B 0 15 33 1C 23 28 36
Octal 270 221 133 0 25 63 34 43 50 66
Binary 10111000 10010001 1011011 0 10101 110011 11100 100011 101000 110110

Color Harmonies of #B8915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8915B

Black with #B8915B

Text Example


Text Example

White with #B8915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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