Html Css Color HEX #BCA235 Brass

📋 copy color: '#BCA235'

red 188 ◦ green 162 ◦ blue 53

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

Shades of Brass #BCA235

Tints of Brass #BCA235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.2%

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

R = 46.65%
G = 40.2%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCA235 (or 0xBCA235) is known color: Brass. HEX triplet: BC, A2 and 35. RGB value is (188,162,53). Sum of RGB (Red+Green+Blue) = 188+162+53=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA235 is #435DCA. Grayscale: #9D9D9D. Windows color (decimal): -4414923 or 3515068. OLE color: 3515068.

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

Color convert

RGB 188 162 53 -
CMYK 0 0.14 0.72 0.26
HSL 48.44º 0.56% 0.47% -
HSV(B) 48.44º 0.72% 0.74% -
XYZ 34.3 36.79 8.66 -
YUV 157.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 188 162 53 0 0.14 0.72 0.26 48.44 0.56 0.47
Hex BC A2 35 0 E 48 1A 30 38 2F
Octal 274 242 65 0 16 110 32 60 70 57
Binary 10111100 10100010 110101 0 1110 1001000 11010 110000 111000 101111

Color Harmonies of #BCA235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA235

Black with #BCA235

Text Example


Text Example

White with #BCA235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA235; }

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

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

background-color css

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

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

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

border-color css

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

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

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