Html Css Color HEX #B8935C Barley Corn

📋 copy color: '#B8935C'

red 184 ◦ green 147 ◦ blue 92

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

Shades of Barley Corn #B8935C

Tints of Barley Corn #B8935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

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

R = 43.5%
G = 34.75%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B8935C (or 0xB8935C) is known color: Barley Corn. HEX triplet: B8, 93 and 5C. RGB value is (184,147,92). Sum of RGB (Red+Green+Blue) = 184+147+92=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8935C is #476CA3. Grayscale: #989898. Windows color (decimal): -4680868 or 6067128. OLE color: 6067128.

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

Color convert

RGB 184 147 92 -
CMYK 0 0.20 0.50 0.28
HSL 35.87º 0.39% 0.54% -
HSV(B) 35.87º 0.5% 0.72% -
XYZ 32.13 31.83 14.58 -
YUV 151.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 184 147 92 0 0.20 0.50 0.28 35.87 0.39 0.54
Hex B8 93 5C 0 14 32 1C 24 27 36
Octal 270 223 134 0 24 62 34 44 47 66
Binary 10111000 10010011 1011100 0 10100 110010 11100 100100 100111 110110

Color Harmonies of #B8935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8935C

Black with #B8935C

Text Example


Text Example

White with #B8935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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