Html Css Color HEX #BF985D Barley Corn

📋 copy color: '#BF985D'

red 191 ◦ green 152 ◦ blue 93

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

Shades of Barley Corn #BF985D

Tints of Barley Corn #BF985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

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

R = 43.81%
G = 34.86%
B = 21.33%

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

#BF985D (or 0xBF985D) is known color: Barley Corn. HEX triplet: BF, 98 and 5D. RGB value is (191,152,93). Sum of RGB (Red+Green+Blue) = 191+152+93=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF985D is #4067A2. Grayscale: #9D9D9D. Windows color (decimal): -4220835 or 6133951. OLE color: 6133951.

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

Color convert

RGB 191 152 93 -
CMYK 0 0.20 0.51 0.25
HSL 36.12º 0.43% 0.56% -
HSV(B) 36.12º 0.51% 0.75% -
XYZ 34.69 34.32 15.15 -
YUV 156.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 191 152 93 0 0.20 0.51 0.25 36.12 0.43 0.56
Hex BF 98 5D 0 14 33 19 24 2B 38
Octal 277 230 135 0 24 63 31 44 53 70
Binary 10111111 10011000 1011101 0 10100 110011 11001 100100 101011 111000

Color Harmonies of #BF985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF985D

Black with #BF985D

Text Example


Text Example

White with #BF985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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