Html Css Color HEX #BC955F Barley Corn

📋 copy color: '#BC955F'

red 188 ◦ green 149 ◦ blue 95

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

Shades of Barley Corn #BC955F

Tints of Barley Corn #BC955F

RGB

 RED value IS 188 (73.83% from 255) = 43.52%

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

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

R = 43.52%
G = 34.49%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC955F (or 0xBC955F) is known color: Barley Corn. HEX triplet: BC, 95 and 5F. RGB value is (188,149,95). Sum of RGB (Red+Green+Blue) = 188+149+95=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC955F is #436AA0. Grayscale: #9A9A9A. Windows color (decimal): -4418209 or 6264252. OLE color: 6264252.

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

Color convert

RGB 188 149 95 -
CMYK 0 0.21 0.49 0.26
HSL 34.84º 0.41% 0.55% -
HSV(B) 34.84º 0.49% 0.74% -
XYZ 33.55 33.01 15.43 -
YUV 154.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 188 149 95 0 0.21 0.49 0.26 34.84 0.41 0.55
Hex BC 95 5F 0 15 31 1A 23 29 37
Octal 274 225 137 0 25 61 32 43 51 67
Binary 10111100 10010101 1011111 0 10101 110001 11010 100011 101001 110111

Color Harmonies of #BC955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC955F

Black with #BC955F

Text Example


Text Example

White with #BC955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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