Html Css Color HEX #BC935A Barley Corn

📋 copy color: '#BC935A'

red 188 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #BC935A

Tints of Barley Corn #BC935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 90 (35.55% from 255) = 21.18%

R = 44.24%
G = 34.59%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC935A (or 0xBC935A) is known color: Barley Corn. HEX triplet: BC, 93 and 5A. RGB value is (188,147,90). Sum of RGB (Red+Green+Blue) = 188+147+90=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC935A is #436CA5. Grayscale: #999999. Windows color (decimal): -4418726 or 5936060. OLE color: 5936060.

HSL color Cylindrical-coordinate representation of color #BC935A: hue angle of 34.9º degrees, saturation: 0.42, 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 #BC935A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 90 -
CMYK 0 0.22 0.52 0.26
HSL 34.9º 0.42% 0.55% -
HSV(B) 34.9º 0.52% 0.74% -
XYZ 33.02 32.3 14.17 -
YUV 152.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 188 147 90 0 0.22 0.52 0.26 34.9 0.42 0.55
Hex BC 93 5A 0 16 34 1A 23 2A 37
Octal 274 223 132 0 26 64 32 43 52 67
Binary 10111100 10010011 1011010 0 10110 110100 11010 100011 101010 110111

Color Harmonies of #BC935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC935A

Black with #BC935A

Text Example


Text Example

White with #BC935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC935A; }

 p { color: rgb(188,147,90); }

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

background-color css

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

 a { background-color: rgb(188,147,90); }

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

border-color css

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

 span { border-color: rgb(188,147,90); }

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