Html Css Color HEX #B8915C Barley Corn

📋 copy color: '#B8915C'

red 184 ◦ green 145 ◦ blue 92

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

Shades of Barley Corn #B8915C

Tints of Barley Corn #B8915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 43.71%
G = 34.44%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8915C (or 0xB8915C) is known color: Barley Corn. HEX triplet: B8, 91 and 5C. RGB value is (184,145,92). Sum of RGB (Red+Green+Blue) = 184+145+92=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8915C is #476EA3. Grayscale: #969696. Windows color (decimal): -4681380 or 6066616. OLE color: 6066616.

HSL color Cylindrical-coordinate representation of color #B8915C: hue angle of 34.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8915C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 92 -
CMYK 0 0.21 0.50 0.28
HSL 34.57º 0.39% 0.54% -
HSV(B) 34.57º 0.5% 0.72% -
XYZ 31.82 31.21 14.47 -
YUV 150.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 184 145 92 0 0.21 0.50 0.28 34.57 0.39 0.54
Hex B8 91 5C 0 15 32 1C 23 27 36
Octal 270 221 134 0 25 62 34 43 47 66
Binary 10111000 10010001 1011100 0 10101 110010 11100 100011 100111 110110

Color Harmonies of #B8915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8915C

Black with #B8915C

Text Example


Text Example

White with #B8915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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