Html Css Color HEX #BD935D Barley Corn

📋 copy color: '#BD935D'

red 189 ◦ green 147 ◦ blue 93

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

Shades of Barley Corn #BD935D

Tints of Barley Corn #BD935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

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

R = 44.06%
G = 34.27%
B = 21.68%

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

#BD935D (or 0xBD935D) is known color: Barley Corn. HEX triplet: BD, 93 and 5D. RGB value is (189,147,93). Sum of RGB (Red+Green+Blue) = 189+147+93=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD935D is #426CA2. Grayscale: #999999. Windows color (decimal): -4353187 or 6132669. OLE color: 6132669.

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

Color convert

RGB 189 147 93 -
CMYK 0 0.22 0.51 0.26
HSL 33.75º 0.42% 0.55% -
HSV(B) 33.75º 0.51% 0.74% -
XYZ 33.4 32.48 14.86 -
YUV 153.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 189 147 93 0 0.22 0.51 0.26 33.75 0.42 0.55
Hex BD 93 5D 0 16 33 1A 22 2A 37
Octal 275 223 135 0 26 63 32 42 52 67
Binary 10111101 10010011 1011101 0 10110 110011 11010 100010 101010 110111

Color Harmonies of #BD935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD935D

Black with #BD935D

Text Example


Text Example

White with #BD935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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