Html Css Color HEX #B9905C Barley Corn

📋 copy color: '#B9905C'

red 185 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #B9905C

Tints of Barley Corn #B9905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

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

R = 43.94%
G = 34.2%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9905C (or 0xB9905C) is known color: Barley Corn. HEX triplet: B9, 90 and 5C. RGB value is (185,144,92). Sum of RGB (Red+Green+Blue) = 185+144+92=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9905C is #466FA3. Grayscale: #969696. Windows color (decimal): -4616100 or 6066361. OLE color: 6066361.

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

Color convert

RGB 185 144 92 -
CMYK 0 0.22 0.50 0.27
HSL 33.55º 0.4% 0.54% -
HSV(B) 33.55º 0.5% 0.73% -
XYZ 31.91 31.03 14.43 -
YUV 150.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 185 144 92 0 0.22 0.50 0.27 33.55 0.4 0.54
Hex B9 90 5C 0 16 32 1B 22 28 36
Octal 271 220 134 0 26 62 33 42 50 66
Binary 10111001 10010000 1011100 0 10110 110010 11011 100010 101000 110110

Color Harmonies of #B9905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9905C

Black with #B9905C

Text Example


Text Example

White with #B9905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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