Html Css Color HEX #BCB546 Brass

📋 copy color: '#BCB546'

red 188 ◦ green 181 ◦ blue 70

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

Shades of Brass #BCB546

Tints of Brass #BCB546

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 42.82%
G = 41.23%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCB546 (or 0xBCB546) is known color: Brass. HEX triplet: BC, B5 and 46. RGB value is (188,181,70). Sum of RGB (Red+Green+Blue) = 188+181+70=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB546 is #434AB9. Grayscale: #AAAAAA. Windows color (decimal): -4410042 or 4634044. OLE color: 4634044.

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

Color convert

RGB 188 181 70 -
CMYK 0 0.04 0.63 0.26
HSL 56.44º 0.47% 0.51% -
HSV(B) 56.44º 0.63% 0.74% -
XYZ 38.37 44.18 12.3 -
YUV 170.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 188 181 70 0 0.04 0.63 0.26 56.44 0.47 0.51
Hex BC B5 46 0 4 3F 1A 38 2F 33
Octal 274 265 106 0 4 77 32 70 57 63
Binary 10111100 10110101 1000110 0 100 111111 11010 111000 101111 110011

Color Harmonies of #BCB546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB546

Black with #BCB546

Text Example


Text Example

White with #BCB546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB546; }

 p { color: rgb(188,181,70); }

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

background-color css

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

 a { background-color: rgb(188,181,70); }

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

border-color css

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

 span { border-color: rgb(188,181,70); }

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