Html Css Color HEX #BD985E Barley Corn

📋 copy color: '#BD985E'

red 189 ◦ green 152 ◦ blue 94

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

Shades of Barley Corn #BD985E

Tints of Barley Corn #BD985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 43.45%
G = 34.94%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD985E (or 0xBD985E) is known color: Barley Corn. HEX triplet: BD, 98 and 5E. RGB value is (189,152,94). Sum of RGB (Red+Green+Blue) = 189+152+94=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985E is #4267A1. Grayscale: #9C9C9C. Windows color (decimal): -4351906 or 6199485. OLE color: 6199485.

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

Color convert

RGB 189 152 94 -
CMYK 0 0.20 0.50 0.26
HSL 36.63º 0.42% 0.55% -
HSV(B) 36.63º 0.5% 0.74% -
XYZ 34.23 34.08 15.36 -
YUV 156.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 189 152 94 0 0.20 0.50 0.26 36.63 0.42 0.55
Hex BD 98 5E 0 14 32 1A 25 2A 37
Octal 275 230 136 0 24 62 32 45 52 67
Binary 10111101 10011000 1011110 0 10100 110010 11010 100101 101010 110111

Color Harmonies of #BD985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD985E

Black with #BD985E

Text Example


Text Example

White with #BD985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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