Html Css Color HEX #B8935D Barley Corn

📋 copy color: '#B8935D'

red 184 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #B8935D

Tints of Barley Corn #B8935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 43.4%
G = 34.67%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B8935D (or 0xB8935D) is known color: Barley Corn. HEX triplet: B8, 93 and 5D. RGB value is (184,147,93). Sum of RGB (Red+Green+Blue) = 184+147+93=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8935D is #476CA2. Grayscale: #989898. Windows color (decimal): -4680867 or 6132664. OLE color: 6132664.

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

Color convert

RGB 184 147 93 -
CMYK 0 0.20 0.49 0.28
HSL 35.6º 0.39% 0.54% -
HSV(B) 35.6º 0.49% 0.72% -
XYZ 32.18 31.85 14.81 -
YUV 151.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 184 147 93 0 0.20 0.49 0.28 35.6 0.39 0.54
Hex B8 93 5D 0 14 31 1C 24 27 36
Octal 270 223 135 0 24 61 34 44 47 66
Binary 10111000 10010011 1011101 0 10100 110001 11100 100100 100111 110110

Color Harmonies of #B8935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8935D

Black with #B8935D

Text Example


Text Example

White with #B8935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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