Html Css Color HEX #BCAC33 Brass

📋 copy color: '#BCAC33'

red 188 ◦ green 172 ◦ blue 51

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

Shades of Brass #BCAC33

Tints of Brass #BCAC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

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

R = 45.74%
G = 41.85%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAC33 (or 0xBCAC33) is known color: Brass. HEX triplet: BC, AC and 33. RGB value is (188,172,51). Sum of RGB (Red+Green+Blue) = 188+172+51=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC33 is #4353CC. Grayscale: #A3A3A3. Windows color (decimal): -4412365 or 3386556. OLE color: 3386556.

HSL color Cylindrical-coordinate representation of color #BCAC33: hue angle of 52.99º 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 #BCAC33 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 172 51 -
CMYK 0 0.09 0.73 0.26
HSL 52.99º 0.57% 0.47% -
HSV(B) 52.99º 0.73% 0.74% -
XYZ 36.09 40.44 9.03 -
YUV 162.99 64.8 145.84 -
System Red Green Blue C M Y K H S L
Decimal 188 172 51 0 0.09 0.73 0.26 52.99 0.57 0.47
Hex BC AC 33 0 9 49 1A 35 39 2F
Octal 274 254 63 0 11 111 32 65 71 57
Binary 10111100 10101100 110011 0 1001 1001001 11010 110101 111001 101111

Color Harmonies of #BCAC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC33

Black with #BCAC33

Text Example


Text Example

White with #BCAC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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