Html Css Color HEX #BCB542 Brass

📋 copy color: '#BCB542'

red 188 ◦ green 181 ◦ blue 66

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

Shades of Brass #BCB542

Tints of Brass #BCB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 43.22%
G = 41.61%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCB542 (or 0xBCB542) is known color: Brass. HEX triplet: BC, B5 and 42. RGB value is (188,181,66). Sum of RGB (Red+Green+Blue) = 188+181+66=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB542 is #434ABD. Grayscale: #AAAAAA. Windows color (decimal): -4410046 or 4371900. OLE color: 4371900.

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

Color convert

RGB 188 181 66 -
CMYK 0 0.04 0.65 0.26
HSL 56.56º 0.48% 0.5% -
HSV(B) 56.56º 0.65% 0.74% -
XYZ 38.25 44.13 11.66 -
YUV 169.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 188 181 66 0 0.04 0.65 0.26 56.56 0.48 0.5
Hex BC B5 42 0 4 41 1A 39 30 32
Octal 274 265 102 0 4 101 32 71 60 62
Binary 10111100 10110101 1000010 0 100 1000001 11010 111001 110000 110010

Color Harmonies of #BCB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB542

Black with #BCB542

Text Example


Text Example

White with #BCB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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