Html Css Color HEX #BD945E Barley Corn

📋 copy color: '#BD945E'

red 189 ◦ green 148 ◦ blue 94

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

Shades of Barley Corn #BD945E

Tints of Barley Corn #BD945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

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

R = 43.85%
G = 34.34%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD945E (or 0xBD945E) is known color: Barley Corn. HEX triplet: BD, 94 and 5E. RGB value is (189,148,94). Sum of RGB (Red+Green+Blue) = 189+148+94=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD945E is #426BA1. Grayscale: #9A9A9A. Windows color (decimal): -4352930 or 6198461. OLE color: 6198461.

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

Color convert

RGB 189 148 94 -
CMYK 0 0.22 0.50 0.26
HSL 34.11º 0.42% 0.55% -
HSV(B) 34.11º 0.5% 0.74% -
XYZ 33.6 32.81 15.15 -
YUV 154.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 189 148 94 0 0.22 0.50 0.26 34.11 0.42 0.55
Hex BD 94 5E 0 16 32 1A 22 2A 37
Octal 275 224 136 0 26 62 32 42 52 67
Binary 10111101 10010100 1011110 0 10110 110010 11010 100010 101010 110111

Color Harmonies of #BD945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD945E

Black with #BD945E

Text Example


Text Example

White with #BD945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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