Html Css Color HEX #BD9D5D Barley Corn

📋 copy color: '#BD9D5D'

red 189 ◦ green 157 ◦ blue 93

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

Shades of Barley Corn #BD9D5D

Tints of Barley Corn #BD9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.76%

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

R = 43.05%
G = 35.76%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD9D5D (or 0xBD9D5D) is known color: Barley Corn. HEX triplet: BD, 9D and 5D. RGB value is (189,157,93). Sum of RGB (Red+Green+Blue) = 189+157+93=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D5D is #4262A2. Grayscale: #9F9F9F. Windows color (decimal): -4350627 or 6135229. OLE color: 6135229.

HSL color Cylindrical-coordinate representation of color #BD9D5D: hue angle of 40º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD9D5D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 93 -
CMYK 0 0.17 0.51 0.26
HSL 40º 0.42% 0.55% -
HSV(B) 40º 0.51% 0.74% -
XYZ 35.02 35.72 15.41 -
YUV 159.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 189 157 93 0 0.17 0.51 0.26 40 0.42 0.55
Hex BD 9D 5D 0 11 33 1A 28 2A 37
Octal 275 235 135 0 21 63 32 50 52 67
Binary 10111101 10011101 1011101 0 10001 110011 11010 101000 101010 110111

Color Harmonies of #BD9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D5D

Black with #BD9D5D

Text Example


Text Example

White with #BD9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D5D; }

 p { color: rgb(189,157,93); }

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

background-color css

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

 a { background-color: rgb(189,157,93); }

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

border-color css

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

 span { border-color: rgb(189,157,93); }

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