Html Css Color HEX #BD955F Barley Corn

📋 copy color: '#BD955F'

red 189 ◦ green 149 ◦ blue 95

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

Shades of Barley Corn #BD955F

Tints of Barley Corn #BD955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 43.65%
G = 34.41%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD955F (or 0xBD955F) is known color: Barley Corn. HEX triplet: BD, 95 and 5F. RGB value is (189,149,95). Sum of RGB (Red+Green+Blue) = 189+149+95=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD955F is #426AA0. Grayscale: #9B9B9B. Windows color (decimal): -4352673 or 6264253. OLE color: 6264253.

HSL color Cylindrical-coordinate representation of color #BD955F: hue angle of 34.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD955F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 95 -
CMYK 0 0.21 0.50 0.26
HSL 34.47º 0.42% 0.56% -
HSV(B) 34.47º 0.5% 0.74% -
XYZ 33.8 33.14 15.44 -
YUV 154.8 94.25 152.39 -
System Red Green Blue C M Y K H S L
Decimal 189 149 95 0 0.21 0.50 0.26 34.47 0.42 0.56
Hex BD 95 5F 0 15 32 1A 22 2A 38
Octal 275 225 137 0 25 62 32 42 52 70
Binary 10111101 10010101 1011111 0 10101 110010 11010 100010 101010 111000

Color Harmonies of #BD955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD955F

Black with #BD955F

Text Example


Text Example

White with #BD955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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