Html Css Color HEX #BCAB33 Brass

📋 copy color: '#BCAB33'

red 188 ◦ green 171 ◦ blue 51

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

Shades of Brass #BCAB33

Tints of Brass #BCAB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.44%

R = 45.85%
G = 41.71%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAB33 (or 0xBCAB33) is known color: Brass. HEX triplet: BC, AB and 33. RGB value is (188,171,51). Sum of RGB (Red+Green+Blue) = 188+171+51=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB33 is #4354CC. Grayscale: #A2A2A2. Windows color (decimal): -4412621 or 3386300. OLE color: 3386300.

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

Color convert

RGB 188 171 51 -
CMYK 0 0.09 0.73 0.26
HSL 52.55º 0.57% 0.47% -
HSV(B) 52.55º 0.73% 0.74% -
XYZ 35.9 40.06 8.97 -
YUV 162.4 65.13 146.26 -
System Red Green Blue C M Y K H S L
Decimal 188 171 51 0 0.09 0.73 0.26 52.55 0.57 0.47
Hex BC AB 33 0 9 49 1A 35 39 2F
Octal 274 253 63 0 11 111 32 65 71 57
Binary 10111100 10101011 110011 0 1001 1001001 11010 110101 111001 101111

Color Harmonies of #BCAB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB33

Black with #BCAB33

Text Example


Text Example

White with #BCAB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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