Html Css Color HEX #BCAD33 Brass

📋 copy color: '#BCAD33'

red 188 ◦ green 173 ◦ blue 51

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

Shades of Brass #BCAD33

Tints of Brass #BCAD33

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

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

R = 45.63%
G = 41.99%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAD33 (or 0xBCAD33) is known color: Brass. HEX triplet: BC, AD and 33. RGB value is (188,173,51). Sum of RGB (Red+Green+Blue) = 188+173+51=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD33 is #4352CC. Grayscale: #A4A4A4. Windows color (decimal): -4412109 or 3386812. OLE color: 3386812.

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

Color convert

RGB 188 173 51 -
CMYK 0 0.08 0.73 0.26
HSL 53.43º 0.57% 0.47% -
HSV(B) 53.43º 0.73% 0.74% -
XYZ 36.28 40.82 9.1 -
YUV 163.58 64.47 145.42 -
System Red Green Blue C M Y K H S L
Decimal 188 173 51 0 0.08 0.73 0.26 53.43 0.57 0.47
Hex BC AD 33 0 8 49 1A 35 39 2F
Octal 274 255 63 0 10 111 32 65 71 57
Binary 10111100 10101101 110011 0 1000 1001001 11010 110101 111001 101111

Color Harmonies of #BCAD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD33

Black with #BCAD33

Text Example


Text Example

White with #BCAD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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