Html Css Color HEX #BC9458 Barley Corn

📋 copy color: '#BC9458'

red 188 ◦ green 148 ◦ blue 88

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

Shades of Barley Corn #BC9458

Tints of Barley Corn #BC9458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 44.34%
G = 34.91%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC9458 (or 0xBC9458) is known color: Barley Corn. HEX triplet: BC, 94 and 58. RGB value is (188,148,88). Sum of RGB (Red+Green+Blue) = 188+148+88=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9458 is #436BA7. Grayscale: #999999. Windows color (decimal): -4418472 or 5805244. OLE color: 5805244.

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

Color convert

RGB 188 148 88 -
CMYK 0 0.21 0.53 0.26
HSL 36º 0.43% 0.54% -
HSV(B) 36º 0.53% 0.74% -
XYZ 33.09 32.58 13.78 -
YUV 153.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 188 148 88 0 0.21 0.53 0.26 36 0.43 0.54
Hex BC 94 58 0 15 35 1A 24 2B 36
Octal 274 224 130 0 25 65 32 44 53 66
Binary 10111100 10010100 1011000 0 10101 110101 11010 100100 101011 110110

Color Harmonies of #BC9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9458

Black with #BC9458

Text Example


Text Example

White with #BC9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9458; }

 p { color: rgb(188,148,88); }

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

background-color css

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

 a { background-color: rgb(188,148,88); }

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

border-color css

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

 span { border-color: rgb(188,148,88); }

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