Html Css Color HEX #BD945D Barley Corn

📋 copy color: '#BD945D'

red 189 ◦ green 148 ◦ blue 93

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

Shades of Barley Corn #BD945D

Tints of Barley Corn #BD945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 43.95%
G = 34.42%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD945D (or 0xBD945D) is known color: Barley Corn. HEX triplet: BD, 94 and 5D. RGB value is (189,148,93). Sum of RGB (Red+Green+Blue) = 189+148+93=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD945D is #426BA2. Grayscale: #9A9A9A. Windows color (decimal): -4352931 or 6132925. OLE color: 6132925.

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

Color convert

RGB 189 148 93 -
CMYK 0 0.22 0.51 0.26
HSL 34.38º 0.42% 0.55% -
HSV(B) 34.38º 0.51% 0.74% -
XYZ 33.55 32.79 14.92 -
YUV 153.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 189 148 93 0 0.22 0.51 0.26 34.38 0.42 0.55
Hex BD 94 5D 0 16 33 1A 22 2A 37
Octal 275 224 135 0 26 63 32 42 52 67
Binary 10111101 10010100 1011101 0 10110 110011 11010 100010 101010 110111

Color Harmonies of #BD945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD945D

Black with #BD945D

Text Example


Text Example

White with #BD945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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