Html Css Color HEX #BCAC35 Brass

📋 copy color: '#BCAC35'

red 188 ◦ green 172 ◦ blue 53

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

Shades of Brass #BCAC35

Tints of Brass #BCAC35

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.65%

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

R = 45.52%
G = 41.65%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCAC35 (or 0xBCAC35) is known color: Brass. HEX triplet: BC, AC and 35. RGB value is (188,172,53). Sum of RGB (Red+Green+Blue) = 188+172+53=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC35 is #4353CA. Grayscale: #A3A3A3. Windows color (decimal): -4412363 or 3517628. OLE color: 3517628.

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

Color convert

RGB 188 172 53 -
CMYK 0 0.09 0.72 0.26
HSL 52.89º 0.56% 0.47% -
HSV(B) 52.89º 0.72% 0.74% -
XYZ 36.13 40.45 9.27 -
YUV 163.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 188 172 53 0 0.09 0.72 0.26 52.89 0.56 0.47
Hex BC AC 35 0 9 48 1A 35 38 2F
Octal 274 254 65 0 11 110 32 65 70 57
Binary 10111100 10101100 110101 0 1001 1001000 11010 110101 111000 101111

Color Harmonies of #BCAC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC35

Black with #BCAC35

Text Example


Text Example

White with #BCAC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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