Html Css Color HEX #BCA534 Brass

📋 copy color: '#BCA534'

red 188 ◦ green 165 ◦ blue 52

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

Shades of Brass #BCA534

Tints of Brass #BCA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.84%

R = 46.42%
G = 40.74%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA534 (or 0xBCA534) is known color: Brass. HEX triplet: BC, A5 and 34. RGB value is (188,165,52). Sum of RGB (Red+Green+Blue) = 188+165+52=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA534 is #435ACB. Grayscale: #9F9F9F. Windows color (decimal): -4414156 or 3450300. OLE color: 3450300.

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

Color convert

RGB 188 165 52 -
CMYK 0 0.12 0.72 0.26
HSL 49.85º 0.57% 0.47% -
HSV(B) 49.85º 0.72% 0.74% -
XYZ 34.81 37.85 8.72 -
YUV 159 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 188 165 52 0 0.12 0.72 0.26 49.85 0.57 0.47
Hex BC A5 34 0 C 48 1A 32 39 2F
Octal 274 245 64 0 14 110 32 62 71 57
Binary 10111100 10100101 110100 0 1100 1001000 11010 110010 111001 101111

Color Harmonies of #BCA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA534

Black with #BCA534

Text Example


Text Example

White with #BCA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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