Html Css Color HEX #BD9856 Barley Corn

📋 copy color: '#BD9856'

red 189 ◦ green 152 ◦ blue 86

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

Shades of Barley Corn #BD9856

Tints of Barley Corn #BD9856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 44.26%
G = 35.6%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD9856 (or 0xBD9856) is known color: Barley Corn. HEX triplet: BD, 98 and 56. RGB value is (189,152,86). Sum of RGB (Red+Green+Blue) = 189+152+86=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9856 is #4267A9. Grayscale: #9B9B9B. Windows color (decimal): -4351914 or 5675197. OLE color: 5675197.

HSL color Cylindrical-coordinate representation of color #BD9856: hue angle of 38.45º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD9856 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 86 -
CMYK 0 0.20 0.54 0.26
HSL 38.45º 0.44% 0.54% -
HSV(B) 38.45º 0.54% 0.74% -
XYZ 33.89 33.95 13.57 -
YUV 155.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 189 152 86 0 0.20 0.54 0.26 38.45 0.44 0.54
Hex BD 98 56 0 14 36 1A 26 2C 36
Octal 275 230 126 0 24 66 32 46 54 66
Binary 10111101 10011000 1010110 0 10100 110110 11010 100110 101100 110110

Color Harmonies of #BD9856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9856

Black with #BD9856

Text Example


Text Example

White with #BD9856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9856; }

 p { color: rgb(189,152,86); }

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

background-color css

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

 a { background-color: rgb(189,152,86); }

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

border-color css

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

 span { border-color: rgb(189,152,86); }

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