Html Css Color HEX #BF995E Barley Corn

📋 copy color: '#BF995E'

red 191 ◦ green 153 ◦ blue 94

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

Shades of Barley Corn #BF995E

Tints of Barley Corn #BF995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 43.61%
G = 34.93%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF995E (or 0xBF995E) is known color: Barley Corn. HEX triplet: BF, 99 and 5E. RGB value is (191,153,94). Sum of RGB (Red+Green+Blue) = 191+153+94=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF995E is #4066A1. Grayscale: #9D9D9D. Windows color (decimal): -4220578 or 6199743. OLE color: 6199743.

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

Color convert

RGB 191 153 94 -
CMYK 0 0.20 0.51 0.25
HSL 36.49º 0.43% 0.56% -
HSV(B) 36.49º 0.51% 0.75% -
XYZ 34.9 34.67 15.44 -
YUV 157.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 191 153 94 0 0.20 0.51 0.25 36.49 0.43 0.56
Hex BF 99 5E 0 14 33 19 24 2B 38
Octal 277 231 136 0 24 63 31 44 53 70
Binary 10111111 10011001 1011110 0 10100 110011 11001 100100 101011 111000

Color Harmonies of #BF995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF995E

Black with #BF995E

Text Example


Text Example

White with #BF995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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