Html Css Color HEX #BF9A5F Barley Corn

📋 copy color: '#BF9A5F'

red 191 ◦ green 154 ◦ blue 95

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

Shades of Barley Corn #BF9A5F

Tints of Barley Corn #BF9A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.59%

R = 43.41%
G = 35%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF9A5F (or 0xBF9A5F) is known color: Barley Corn. HEX triplet: BF, 9A and 5F. RGB value is (191,154,95). Sum of RGB (Red+Green+Blue) = 191+154+95=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A5F is #4065A0. Grayscale: #9E9E9E. Windows color (decimal): -4220321 or 6265535. OLE color: 6265535.

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

Color convert

RGB 191 154 95 -
CMYK 0 0.19 0.50 0.25
HSL 36.88º 0.43% 0.56% -
HSV(B) 36.88º 0.5% 0.75% -
XYZ 35.11 35.01 15.73 -
YUV 158.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 191 154 95 0 0.19 0.50 0.25 36.88 0.43 0.56
Hex BF 9A 5F 0 13 32 19 25 2B 38
Octal 277 232 137 0 23 62 31 45 53 70
Binary 10111111 10011010 1011111 0 10011 110010 11001 100101 101011 111000

Color Harmonies of #BF9A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A5F

Black with #BF9A5F

Text Example


Text Example

White with #BF9A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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