Html Css Color HEX #B8935B Barley Corn

📋 copy color: '#B8935B'

red 184 ◦ green 147 ◦ blue 91

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

Shades of Barley Corn #B8935B

Tints of Barley Corn #B8935B

RGB

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

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

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

R = 43.6%
G = 34.83%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8935B (or 0xB8935B) is known color: Barley Corn. HEX triplet: B8, 93 and 5B. RGB value is (184,147,91). Sum of RGB (Red+Green+Blue) = 184+147+91=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8935B is #476CA4. Grayscale: #979797. Windows color (decimal): -4680869 or 6001592. OLE color: 6001592.

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

Color convert

RGB 184 147 91 -
CMYK 0 0.20 0.51 0.28
HSL 36.13º 0.4% 0.54% -
HSV(B) 36.13º 0.51% 0.72% -
XYZ 32.09 31.81 14.35 -
YUV 151.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 184 147 91 0 0.20 0.51 0.28 36.13 0.4 0.54
Hex B8 93 5B 0 14 33 1C 24 28 36
Octal 270 223 133 0 24 63 34 44 50 66
Binary 10111000 10010011 1011011 0 10100 110011 11100 100100 101000 110110

Color Harmonies of #B8935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8935B

Black with #B8935B

Text Example


Text Example

White with #B8935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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