Html Css Color HEX #BD955D Barley Corn

📋 copy color: '#BD955D'

red 189 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #BD955D

Tints of Barley Corn #BD955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

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

R = 43.85%
G = 34.57%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD955D (or 0xBD955D) is known color: Barley Corn. HEX triplet: BD, 95 and 5D. RGB value is (189,149,93). Sum of RGB (Red+Green+Blue) = 189+149+93=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD955D is #426AA2. Grayscale: #9A9A9A. Windows color (decimal): -4352675 or 6133181. OLE color: 6133181.

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

Color convert

RGB 189 149 93 -
CMYK 0 0.21 0.51 0.26
HSL 35º 0.42% 0.55% -
HSV(B) 35º 0.51% 0.74% -
XYZ 33.71 33.1 14.97 -
YUV 154.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 189 149 93 0 0.21 0.51 0.26 35 0.42 0.55
Hex BD 95 5D 0 15 33 1A 23 2A 37
Octal 275 225 135 0 25 63 32 43 52 67
Binary 10111101 10010101 1011101 0 10101 110011 11010 100011 101010 110111

Color Harmonies of #BD955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD955D

Black with #BD955D

Text Example


Text Example

White with #BD955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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