Html Css Color HEX #BF9A5E Barley Corn

📋 copy color: '#BF9A5E'

red 191 ◦ green 154 ◦ blue 94

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

Shades of Barley Corn #BF9A5E

Tints of Barley Corn #BF9A5E

RGB

 RED value IS 191 (75% from 255) = 43.51%

 GREEN value IS 154 (60.55% from 255) = 35.08%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 43.51%
G = 35.08%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF9A5E (or 0xBF9A5E) is known color: Barley Corn. HEX triplet: BF, 9A and 5E. RGB value is (191,154,94). Sum of RGB (Red+Green+Blue) = 191+154+94=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A5E is #4065A1. Grayscale: #9E9E9E. Windows color (decimal): -4220322 or 6199999. OLE color: 6199999.

HSL color Cylindrical-coordinate representation of color #BF9A5E: hue angle of 37.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF9A5E is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 94 -
CMYK 0 0.19 0.51 0.25
HSL 37.11º 0.43% 0.56% -
HSV(B) 37.11º 0.51% 0.75% -
XYZ 35.06 35 15.5 -
YUV 158.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 191 154 94 0 0.19 0.51 0.25 37.11 0.43 0.56
Hex BF 9A 5E 0 13 33 19 25 2B 38
Octal 277 232 136 0 23 63 31 45 53 70
Binary 10111111 10011010 1011110 0 10011 110011 11001 100101 101011 111000

Color Harmonies of #BF9A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A5E

Black with #BF9A5E

Text Example


Text Example

White with #BF9A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A5E; }

 p { color: rgb(191,154,94); }

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

background-color css

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

 a { background-color: rgb(191,154,94); }

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

border-color css

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

 span { border-color: rgb(191,154,94); }

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