Html Css Color HEX #BF9A5D Barley Corn

📋 copy color: '#BF9A5D'

red 191 ◦ green 154 ◦ blue 93

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

Shades of Barley Corn #BF9A5D

Tints of Barley Corn #BF9A5D

RGB

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

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

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

R = 43.61%
G = 35.16%
B = 21.23%

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

#BF9A5D (or 0xBF9A5D) is known color: Barley Corn. HEX triplet: BF, 9A and 5D. RGB value is (191,154,93). Sum of RGB (Red+Green+Blue) = 191+154+93=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A5D is #4065A2. Grayscale: #9E9E9E. Windows color (decimal): -4220323 or 6134463. OLE color: 6134463.

HSL color Cylindrical-coordinate representation of color #BF9A5D: hue angle of 37.35º 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 #BF9A5D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 93 -
CMYK 0 0.19 0.51 0.25
HSL 37.35º 0.43% 0.56% -
HSV(B) 37.35º 0.51% 0.75% -
XYZ 35.02 34.98 15.26 -
YUV 158.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 191 154 93 0 0.19 0.51 0.25 37.35 0.43 0.56
Hex BF 9A 5D 0 13 33 19 25 2B 38
Octal 277 232 135 0 23 63 31 45 53 70
Binary 10111111 10011010 1011101 0 10011 110011 11001 100101 101011 111000

Color Harmonies of #BF9A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A5D

Black with #BF9A5D

Text Example


Text Example

White with #BF9A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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