Html Css Color HEX #BD985A Barley Corn

📋 copy color: '#BD985A'

red 189 ◦ green 152 ◦ blue 90

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

Shades of Barley Corn #BD985A

Tints of Barley Corn #BD985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 43.85%
G = 35.27%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD985A (or 0xBD985A) is known color: Barley Corn. HEX triplet: BD, 98 and 5A. RGB value is (189,152,90). Sum of RGB (Red+Green+Blue) = 189+152+90=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD985A is #4267A5. Grayscale: #9C9C9C. Windows color (decimal): -4351910 or 5937341. OLE color: 5937341.

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

Color convert

RGB 189 152 90 -
CMYK 0 0.20 0.52 0.26
HSL 37.58º 0.43% 0.55% -
HSV(B) 37.58º 0.52% 0.74% -
XYZ 34.06 34.01 14.44 -
YUV 156 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 189 152 90 0 0.20 0.52 0.26 37.58 0.43 0.55
Hex BD 98 5A 0 14 34 1A 26 2B 37
Octal 275 230 132 0 24 64 32 46 53 67
Binary 10111101 10011000 1011010 0 10100 110100 11010 100110 101011 110111

Color Harmonies of #BD985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD985A

Black with #BD985A

Text Example


Text Example

White with #BD985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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