Html Css Color HEX #BC9954 Barley Corn

📋 copy color: '#BC9954'

red 188 ◦ green 153 ◦ blue 84

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

Shades of Barley Corn #BC9954

Tints of Barley Corn #BC9954

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 84 (33.2% from 255) = 19.76%

R = 44.24%
G = 36%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9954 (or 0xBC9954) is known color: Barley Corn. HEX triplet: BC, 99 and 54. RGB value is (188,153,84). Sum of RGB (Red+Green+Blue) = 188+153+84=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9954 is #4366AB. Grayscale: #9B9B9B. Windows color (decimal): -4417196 or 5544380. OLE color: 5544380.

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

Color convert

RGB 188 153 84 -
CMYK 0 0.19 0.55 0.26
HSL 39.81º 0.44% 0.53% -
HSV(B) 39.81º 0.55% 0.74% -
XYZ 33.73 34.11 13.19 -
YUV 155.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 188 153 84 0 0.19 0.55 0.26 39.81 0.44 0.53
Hex BC 99 54 0 13 37 1A 28 2C 35
Octal 274 231 124 0 23 67 32 50 54 65
Binary 10111100 10011001 1010100 0 10011 110111 11010 101000 101100 110101

Color Harmonies of #BC9954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9954

Black with #BC9954

Text Example


Text Example

White with #BC9954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9954; }

 p { color: rgb(188,153,84); }

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

background-color css

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

 a { background-color: rgb(188,153,84); }

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

border-color css

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

 span { border-color: rgb(188,153,84); }

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