Html Css Color HEX #BCAB35 Brass

📋 copy color: '#BCAB35'

red 188 ◦ green 171 ◦ blue 53

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

Shades of Brass #BCAB35

Tints of Brass #BCAB35

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.5%

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

R = 45.63%
G = 41.5%
B = 12.86%

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

#BCAB35 (or 0xBCAB35) is known color: Brass. HEX triplet: BC, AB and 35. RGB value is (188,171,53). Sum of RGB (Red+Green+Blue) = 188+171+53=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB35 is #4354CA. Grayscale: #A3A3A3. Windows color (decimal): -4412619 or 3517372. OLE color: 3517372.

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

Color convert

RGB 188 171 53 -
CMYK 0 0.09 0.72 0.26
HSL 52.44º 0.56% 0.47% -
HSV(B) 52.44º 0.72% 0.74% -
XYZ 35.94 40.07 9.21 -
YUV 162.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 188 171 53 0 0.09 0.72 0.26 52.44 0.56 0.47
Hex BC AB 35 0 9 48 1A 34 38 2F
Octal 274 253 65 0 11 110 32 64 70 57
Binary 10111100 10101011 110101 0 1001 1001000 11010 110100 111000 101111

Color Harmonies of #BCAB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB35

Black with #BCAB35

Text Example


Text Example

White with #BCAB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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