#BD925F

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

Shades of Barley Corn #BD925F

Tints of Barley Corn #BD925F

Color information

#BD925F (or 0xBD925F) is unknown color: approx Barley Corn. HEX triplet: BD, 92 and 5F. RGB value is (189,146,95). Sum of RGB (Red+Green+Blue) = 189+146+95=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD925F is #426DA0. Grayscale: #999999. Windows color (decimal): -4353441 or 6263485. OLE color: 6263485.

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

Color convert

RGB18914695-
CMYK00.230.500.26
HSL32.55º41.59%55.69%-
HSV(B)32.55º49.74%74.12%-
XYZ33.3332.215.29-
YUV153.0495.25153.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=43.95%
G=33.95%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891469500.230.500.2632.5541.5955.69
HexBD925F017321A212a38
Octal2752221370276232415270
Binary1011110110010010101111101011111001011010100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD925F; }

 p { color: rgb(189,146,95); }

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

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

 a { background-color: rgb(189,146,95); }

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

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

 span { border-color: rgb(189,146,95); }

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