Html Css Color HEX #BCB539 Brass

📋 copy color: '#BCB539'

red 188 ◦ green 181 ◦ blue 57

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

Shades of Brass #BCB539

Tints of Brass #BCB539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.38%

R = 44.13%
G = 42.49%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCB539 (or 0xBCB539) is known color: Brass. HEX triplet: BC, B5 and 39. RGB value is (188,181,57). Sum of RGB (Red+Green+Blue) = 188+181+57=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB539 is #434AC6. Grayscale: #A9A9A9. Windows color (decimal): -4410055 or 3782076. OLE color: 3782076.

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

Color convert

RGB 188 181 57 -
CMYK 0 0.04 0.70 0.26
HSL 56.79º 0.53% 0.48% -
HSV(B) 56.79º 0.7% 0.74% -
XYZ 38 44.03 10.37 -
YUV 168.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 188 181 57 0 0.04 0.70 0.26 56.79 0.53 0.48
Hex BC B5 39 0 4 46 1A 39 35 30
Octal 274 265 71 0 4 106 32 71 65 60
Binary 10111100 10110101 111001 0 100 1000110 11010 111001 110101 110000

Color Harmonies of #BCB539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB539

Black with #BCB539

Text Example


Text Example

White with #BCB539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB539; }

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

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

background-color css

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

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

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

border-color css

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

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

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