Html Css Color HEX #B9955D Barley Corn

📋 copy color: '#B9955D'

red 185 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #B9955D

Tints of Barley Corn #B9955D

RGB

 RED value IS 185 (72.66% from 255) = 43.33%

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 43.33%
G = 34.89%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9955D (or 0xB9955D) is known color: Barley Corn. HEX triplet: B9, 95 and 5D. RGB value is (185,149,93). Sum of RGB (Red+Green+Blue) = 185+149+93=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9955D is #466AA2. Grayscale: #999999. Windows color (decimal): -4614819 or 6133177. OLE color: 6133177.

HSL color Cylindrical-coordinate representation of color #B9955D: hue angle of 36.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9955D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 93 -
CMYK 0 0.19 0.50 0.27
HSL 36.52º 0.4% 0.55% -
HSV(B) 36.52º 0.5% 0.73% -
XYZ 32.73 32.6 14.92 -
YUV 153.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 185 149 93 0 0.19 0.50 0.27 36.52 0.4 0.55
Hex B9 95 5D 0 13 32 1B 25 28 37
Octal 271 225 135 0 23 62 33 45 50 67
Binary 10111001 10010101 1011101 0 10011 110010 11011 100101 101000 110111

Color Harmonies of #B9955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9955D

Black with #B9955D

Text Example


Text Example

White with #B9955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9955D; }

 p { color: rgb(185,149,93); }

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

background-color css

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

 a { background-color: rgb(185,149,93); }

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

border-color css

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

 span { border-color: rgb(185,149,93); }

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