#BD975A

Color #BD975A Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #BD975A

Tints of Barley Corn #BD975A

Color information

#BD975A (or 0xBD975A) is unknown color: approx Barley Corn. HEX triplet: BD, 97 and 5A. RGB value is (189,151,90). Sum of RGB (Red+Green+Blue) = 189+151+90=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD975A is #4268A5. Grayscale: #9B9B9B. Windows color (decimal): -4352166 or 5937085. OLE color: 5937085.

HSL color Cylindrical-coordinate representation of color #BD975A: hue angle of 36.97º 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 #BD975A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18915190-
CMYK00.200.520.26
HSL36.97º42.86%54.71%-
HSV(B)36.97º52.38%74.12%-
XYZ33.933.6914.39-
YUV155.4191.09151.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=43.95%
G=35.12%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891519000.200.520.2636.9742.8654.71
HexBD975A014341A252b37
Octal2752271320246432455367
Binary1011110110010111101101001010011010011010100101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD975A; }

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

 H1.HeaderClassName
 {
   color: #BD975A;
 }
 .AnyTagClassName
 {
   color: #BD975A;
 }
</style>
background-color css

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

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

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

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

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

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