Html Css Color HEX #BCAA33 Brass

📋 copy color: '#BCAA33'

red 188 ◦ green 170 ◦ blue 51

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

Shades of Brass #BCAA33

Tints of Brass #BCAA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.47%

R = 45.97%
G = 41.56%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAA33 (or 0xBCAA33) is known color: Brass. HEX triplet: BC, AA and 33. RGB value is (188,170,51). Sum of RGB (Red+Green+Blue) = 188+170+51=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA33 is #4355CC. Grayscale: #A2A2A2. Windows color (decimal): -4412877 or 3386044. OLE color: 3386044.

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

Color convert

RGB 188 170 51 -
CMYK 0 0.10 0.73 0.26
HSL 52.12º 0.57% 0.47% -
HSV(B) 52.12º 0.73% 0.74% -
XYZ 35.71 39.68 8.91 -
YUV 161.82 65.46 146.68 -
System Red Green Blue C M Y K H S L
Decimal 188 170 51 0 0.10 0.73 0.26 52.12 0.57 0.47
Hex BC AA 33 0 A 49 1A 34 39 2F
Octal 274 252 63 0 12 111 32 64 71 57
Binary 10111100 10101010 110011 0 1010 1001001 11010 110100 111001 101111

Color Harmonies of #BCAA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA33

Black with #BCAA33

Text Example


Text Example

White with #BCAA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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