Html Css Color HEX #BCAB3F Brass

📋 copy color: '#BCAB3F'

red 188 ◦ green 171 ◦ blue 63

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

Shades of Brass #BCAB3F

Tints of Brass #BCAB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.93%

R = 44.55%
G = 40.52%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAB3F (or 0xBCAB3F) is known color: Brass. HEX triplet: BC, AB and 3F. RGB value is (188,171,63). Sum of RGB (Red+Green+Blue) = 188+171+63=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB3F is #4354C0. Grayscale: #A4A4A4. Windows color (decimal): -4412609 or 4172732. OLE color: 4172732.

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

Color convert

RGB 188 171 63 -
CMYK 0 0.09 0.66 0.26
HSL 51.84º 0.5% 0.49% -
HSV(B) 51.84º 0.66% 0.74% -
XYZ 36.2 40.18 10.55 -
YUV 163.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 188 171 63 0 0.09 0.66 0.26 51.84 0.5 0.49
Hex BC AB 3F 0 9 42 1A 34 32 31
Octal 274 253 77 0 11 102 32 64 62 61
Binary 10111100 10101011 111111 0 1001 1000010 11010 110100 110010 110001

Color Harmonies of #BCAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB3F

Black with #BCAB3F

Text Example


Text Example

White with #BCAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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