Html Css Color HEX #B9965C Barley Corn

📋 copy color: '#B9965C'

red 185 ◦ green 150 ◦ blue 92

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

Shades of Barley Corn #B9965C

Tints of Barley Corn #B9965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.13%

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

R = 43.33%
G = 35.13%
B = 21.55%

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

#B9965C (or 0xB9965C) is known color: Barley Corn. HEX triplet: B9, 96 and 5C. RGB value is (185,150,92). Sum of RGB (Red+Green+Blue) = 185+150+92=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9965C is #4669A3. Grayscale: #9A9A9A. Windows color (decimal): -4614564 or 6067897. OLE color: 6067897.

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

Color convert

RGB 185 150 92 -
CMYK 0 0.19 0.50 0.27
HSL 37.42º 0.4% 0.54% -
HSV(B) 37.42º 0.5% 0.73% -
XYZ 32.85 32.9 14.74 -
YUV 153.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 185 150 92 0 0.19 0.50 0.27 37.42 0.4 0.54
Hex B9 96 5C 0 13 32 1B 25 28 36
Octal 271 226 134 0 23 62 33 45 50 66
Binary 10111001 10010110 1011100 0 10011 110010 11011 100101 101000 110110

Color Harmonies of #B9965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9965C

Black with #B9965C

Text Example


Text Example

White with #B9965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9965C; }

 p { color: rgb(185,150,92); }

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

background-color css

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

 a { background-color: rgb(185,150,92); }

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

border-color css

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

 span { border-color: rgb(185,150,92); }

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