Html Css Color HEX #BCB547 Brass

📋 copy color: '#BCB547'

red 188 ◦ green 181 ◦ blue 71

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

Shades of Brass #BCB547

Tints of Brass #BCB547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.14%

R = 42.73%
G = 41.14%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB547 (or 0xBCB547) is known color: Brass. HEX triplet: BC, B5 and 47. RGB value is (188,181,71). Sum of RGB (Red+Green+Blue) = 188+181+71=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB547 is #434AB8. Grayscale: #ABABAB. Windows color (decimal): -4410041 or 4699580. OLE color: 4699580.

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

Color convert

RGB 188 181 71 -
CMYK 0 0.04 0.62 0.26
HSL 56.41º 0.47% 0.51% -
HSV(B) 56.41º 0.62% 0.74% -
XYZ 38.4 44.19 12.47 -
YUV 170.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 188 181 71 0 0.04 0.62 0.26 56.41 0.47 0.51
Hex BC B5 47 0 4 3E 1A 38 2F 33
Octal 274 265 107 0 4 76 32 70 57 63
Binary 10111100 10110101 1000111 0 100 111110 11010 111000 101111 110011

Color Harmonies of #BCB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB547

Black with #BCB547

Text Example


Text Example

White with #BCB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB547; }

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

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

background-color css

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

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

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

border-color css

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

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

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