Html Css Color HEX #BCA935 Brass

📋 copy color: '#BCA935'

red 188 ◦ green 169 ◦ blue 53

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

Shades of Brass #BCA935

Tints of Brass #BCA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.22%

 BLUE value IS 53 (21.09% from 255) = 12.93%

R = 45.85%
G = 41.22%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA935 (or 0xBCA935) is known color: Brass. HEX triplet: BC, A9 and 35. RGB value is (188,169,53). Sum of RGB (Red+Green+Blue) = 188+169+53=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 53 (21.09% from 255 or 12.93% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA935 is #4356CA. Grayscale: #A1A1A1. Windows color (decimal): -4413131 or 3516860. OLE color: 3516860.

HSL color Cylindrical-coordinate representation of color #BCA935: hue angle of 51.56º degrees, saturation: 0.56, 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 #BCA935 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 53 -
CMYK 0 0.10 0.72 0.26
HSL 51.56º 0.56% 0.47% -
HSV(B) 51.56º 0.72% 0.74% -
XYZ 35.57 39.32 9.08 -
YUV 161.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 188 169 53 0 0.10 0.72 0.26 51.56 0.56 0.47
Hex BC A9 35 0 A 48 1A 34 38 2F
Octal 274 251 65 0 12 110 32 64 70 57
Binary 10111100 10101001 110101 0 1010 1001000 11010 110100 111000 101111

Color Harmonies of #BCA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA935

Black with #BCA935

Text Example


Text Example

White with #BCA935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA935; }

 p { color: rgb(188,169,53); }

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

background-color css

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

 a { background-color: rgb(188,169,53); }

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

border-color css

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

 span { border-color: rgb(188,169,53); }

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