Html Css Color HEX #BD9E5F Barley Corn

📋 copy color: '#BD9E5F'

red 189 ◦ green 158 ◦ blue 95

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

Shades of Barley Corn #BD9E5F

Tints of Barley Corn #BD9E5F

RGB

 RED value IS 189 (74.22% from 255) = 42.76%

 GREEN value IS 158 (62.11% from 255) = 35.75%

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

R = 42.76%
G = 35.75%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD9E5F (or 0xBD9E5F) is known color: Barley Corn. HEX triplet: BD, 9E and 5F. RGB value is (189,158,95). Sum of RGB (Red+Green+Blue) = 189+158+95=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E5F is #4261A0. Grayscale: #A0A0A0. Windows color (decimal): -4350369 or 6266557. OLE color: 6266557.

HSL color Cylindrical-coordinate representation of color #BD9E5F: hue angle of 40.21º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD9E5F is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 158 95 -
CMYK 0 0.16 0.50 0.26
HSL 40.21º 0.42% 0.56% -
HSV(B) 40.21º 0.5% 0.74% -
XYZ 35.28 36.1 15.93 -
YUV 160.09 91.27 148.62 -
System Red Green Blue C M Y K H S L
Decimal 189 158 95 0 0.16 0.50 0.26 40.21 0.42 0.56
Hex BD 9E 5F 0 10 32 1A 28 2A 38
Octal 275 236 137 0 20 62 32 50 52 70
Binary 10111101 10011110 1011111 0 10000 110010 11010 101000 101010 111000

Color Harmonies of #BD9E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E5F

Black with #BD9E5F

Text Example


Text Example

White with #BD9E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E5F; }

 p { color: rgb(189,158,95); }

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

background-color css

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

 a { background-color: rgb(189,158,95); }

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

border-color css

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

 span { border-color: rgb(189,158,95); }

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