Html Css Color HEX #BF9B5E Barley Corn

📋 copy color: '#BF9B5E'

red 191 ◦ green 155 ◦ blue 94

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

Shades of Barley Corn #BF9B5E

Tints of Barley Corn #BF9B5E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

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

R = 43.41%
G = 35.23%
B = 21.36%

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

#BF9B5E (or 0xBF9B5E) is known color: Barley Corn. HEX triplet: BF, 9B and 5E. RGB value is (191,155,94). Sum of RGB (Red+Green+Blue) = 191+155+94=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9B5E is #4064A1. Grayscale: #9F9F9F. Windows color (decimal): -4220066 or 6200255. OLE color: 6200255.

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

Color convert

RGB 191 155 94 -
CMYK 0 0.19 0.51 0.25
HSL 37.73º 0.43% 0.56% -
HSV(B) 37.73º 0.51% 0.75% -
XYZ 35.23 35.33 15.55 -
YUV 158.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 191 155 94 0 0.19 0.51 0.25 37.73 0.43 0.56
Hex BF 9B 5E 0 13 33 19 26 2B 38
Octal 277 233 136 0 23 63 31 46 53 70
Binary 10111111 10011011 1011110 0 10011 110011 11001 100110 101011 111000

Color Harmonies of #BF9B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B5E

Black with #BF9B5E

Text Example


Text Example

White with #BF9B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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