Html Css Color HEX #BD9C60 Barley Corn

📋 copy color: '#BD9C60'

red 189 ◦ green 156 ◦ blue 96

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

Shades of Barley Corn #BD9C60

Tints of Barley Corn #BD9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.37%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 42.86%
G = 35.37%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD9C60 (or 0xBD9C60) is known color: Barley Corn. HEX triplet: BD, 9C and 60. RGB value is (189,156,96). Sum of RGB (Red+Green+Blue) = 189+156+96=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C60 is #42639F. Grayscale: #9F9F9F. Windows color (decimal): -4350880 or 6331581. OLE color: 6331581.

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

Color convert

RGB 189 156 96 -
CMYK 0 0.17 0.49 0.26
HSL 38.71º 0.41% 0.56% -
HSV(B) 38.71º 0.49% 0.74% -
XYZ 34.99 35.44 16.06 -
YUV 159.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 189 156 96 0 0.17 0.49 0.26 38.71 0.41 0.56
Hex BD 9C 60 0 11 31 1A 27 29 38
Octal 275 234 140 0 21 61 32 47 51 70
Binary 10111101 10011100 1100000 0 10001 110001 11010 100111 101001 111000

Color Harmonies of #BD9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C60

Black with #BD9C60

Text Example


Text Example

White with #BD9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C60; }

 p { color: rgb(189,156,96); }

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

background-color css

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

 a { background-color: rgb(189,156,96); }

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

border-color css

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

 span { border-color: rgb(189,156,96); }

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