Html Css Color HEX #BC9A55 Barley Corn

📋 copy color: '#BC9A55'

red 188 ◦ green 154 ◦ blue 85

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

Shades of Barley Corn #BC9A55

Tints of Barley Corn #BC9A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

 BLUE value IS 85 (33.59% from 255) = 19.91%

R = 44.03%
G = 36.07%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC9A55 (or 0xBC9A55) is known color: Barley Corn. HEX triplet: BC, 9A and 55. RGB value is (188,154,85). Sum of RGB (Red+Green+Blue) = 188+154+85=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A55 is #4365AA. Grayscale: #9C9C9C. Windows color (decimal): -4416939 or 5610172. OLE color: 5610172.

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

Color convert

RGB 188 154 85 -
CMYK 0 0.18 0.55 0.26
HSL 40.19º 0.43% 0.54% -
HSV(B) 40.19º 0.55% 0.74% -
XYZ 33.93 34.46 13.46 -
YUV 156.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 188 154 85 0 0.18 0.55 0.26 40.19 0.43 0.54
Hex BC 9A 55 0 12 37 1A 28 2B 36
Octal 274 232 125 0 22 67 32 50 53 66
Binary 10111100 10011010 1010101 0 10010 110111 11010 101000 101011 110110

Color Harmonies of #BC9A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A55

Black with #BC9A55

Text Example


Text Example

White with #BC9A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A55; }

 p { color: rgb(188,154,85); }

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

background-color css

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

 a { background-color: rgb(188,154,85); }

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

border-color css

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

 span { border-color: rgb(188,154,85); }

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