Html Css Color HEX #BC955D Barley Corn

📋 copy color: '#BC955D'

red 188 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #BC955D

Tints of Barley Corn #BC955D

RGB

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

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

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

R = 43.72%
G = 34.65%
B = 21.63%

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

#BC955D (or 0xBC955D) is known color: Barley Corn. HEX triplet: BC, 95 and 5D. RGB value is (188,149,93). Sum of RGB (Red+Green+Blue) = 188+149+93=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC955D is #436AA2. Grayscale: #9A9A9A. Windows color (decimal): -4418211 or 6133180. OLE color: 6133180.

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

Color convert

RGB 188 149 93 -
CMYK 0 0.21 0.51 0.26
HSL 35.37º 0.41% 0.55% -
HSV(B) 35.37º 0.51% 0.74% -
XYZ 33.46 32.98 14.96 -
YUV 154.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 188 149 93 0 0.21 0.51 0.26 35.37 0.41 0.55
Hex BC 95 5D 0 15 33 1A 23 29 37
Octal 274 225 135 0 25 63 32 43 51 67
Binary 10111100 10010101 1011101 0 10101 110011 11010 100011 101001 110111

Color Harmonies of #BC955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC955D

Black with #BC955D

Text Example


Text Example

White with #BC955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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