Html Css Color HEX #BD955B Barley Corn

📋 copy color: '#BD955B'

red 189 ◦ green 149 ◦ blue 91

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

Shades of Barley Corn #BD955B

Tints of Barley Corn #BD955B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.21%

R = 44.06%
G = 34.73%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD955B (or 0xBD955B) is known color: Barley Corn. HEX triplet: BD, 95 and 5B. RGB value is (189,149,91). Sum of RGB (Red+Green+Blue) = 189+149+91=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD955B is #426AA4. Grayscale: #9A9A9A. Windows color (decimal): -4352677 or 6002109. OLE color: 6002109.

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

Color convert

RGB 189 149 91 -
CMYK 0 0.21 0.52 0.26
HSL 35.51º 0.43% 0.55% -
HSV(B) 35.51º 0.52% 0.74% -
XYZ 33.62 33.07 14.51 -
YUV 154.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 189 149 91 0 0.21 0.52 0.26 35.51 0.43 0.55
Hex BD 95 5B 0 15 34 1A 24 2B 37
Octal 275 225 133 0 25 64 32 44 53 67
Binary 10111101 10010101 1011011 0 10101 110100 11010 100100 101011 110111

Color Harmonies of #BD955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD955B

Black with #BD955B

Text Example


Text Example

White with #BD955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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