Html Css Color HEX #BCA533 Brass

📋 copy color: '#BCA533'

red 188 ◦ green 165 ◦ blue 51

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

Shades of Brass #BCA533

Tints of Brass #BCA533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 46.53%
G = 40.84%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA533 (or 0xBCA533) is known color: Brass. HEX triplet: BC, A5 and 33. RGB value is (188,165,51). Sum of RGB (Red+Green+Blue) = 188+165+51=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA533 is #435ACC. Grayscale: #9F9F9F. Windows color (decimal): -4414157 or 3384764. OLE color: 3384764.

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

Color convert

RGB 188 165 51 -
CMYK 0 0.12 0.73 0.26
HSL 49.93º 0.57% 0.47% -
HSV(B) 49.93º 0.73% 0.74% -
XYZ 34.79 37.84 8.6 -
YUV 158.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 188 165 51 0 0.12 0.73 0.26 49.93 0.57 0.47
Hex BC A5 33 0 C 49 1A 32 39 2F
Octal 274 245 63 0 14 111 32 62 71 57
Binary 10111100 10100101 110011 0 1100 1001001 11010 110010 111001 101111

Color Harmonies of #BCA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA533

Black with #BCA533

Text Example


Text Example

White with #BCA533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA533; }

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

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

background-color css

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

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

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

border-color css

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

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

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