Html Css Color HEX #BCAA42 Brass

📋 copy color: '#BCAA42'

red 188 ◦ green 170 ◦ blue 66

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

Shades of Brass #BCAA42

Tints of Brass #BCAA42

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

 BLUE value IS 66 (26.17% from 255) = 15.57%

R = 44.34%
G = 40.09%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAA42 (or 0xBCAA42) is known color: Brass. HEX triplet: BC, AA and 42. RGB value is (188,170,66). Sum of RGB (Red+Green+Blue) = 188+170+66=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA42 is #4355BD. Grayscale: #A3A3A3. Windows color (decimal): -4412862 or 4369084. OLE color: 4369084.

HSL color Cylindrical-coordinate representation of color #BCAA42: hue angle of 51.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCAA42 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 66 -
CMYK 0 0.10 0.65 0.26
HSL 51.15º 0.48% 0.5% -
HSV(B) 51.15º 0.65% 0.74% -
XYZ 36.1 39.83 10.94 -
YUV 163.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 188 170 66 0 0.10 0.65 0.26 51.15 0.48 0.5
Hex BC AA 42 0 A 41 1A 33 30 32
Octal 274 252 102 0 12 101 32 63 60 62
Binary 10111100 10101010 1000010 0 1010 1000001 11010 110011 110000 110010

Color Harmonies of #BCAA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA42

Black with #BCAA42

Text Example


Text Example

White with #BCAA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA42; }

 p { color: rgb(188,170,66); }

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

background-color css

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

 a { background-color: rgb(188,170,66); }

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

border-color css

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

 span { border-color: rgb(188,170,66); }

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