Html Css Color HEX #BCB535 Brass

📋 copy color: '#BCB535'

red 188 ◦ green 181 ◦ blue 53

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

Shades of Brass #BCB535

Tints of Brass #BCB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 44.55%
G = 42.89%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCB535 (or 0xBCB535) is known color: Brass. HEX triplet: BC, B5 and 35. RGB value is (188,181,53). Sum of RGB (Red+Green+Blue) = 188+181+53=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB535 is #434ACA. Grayscale: #A9A9A9. Windows color (decimal): -4410059 or 3519932. OLE color: 3519932.

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

Color convert

RGB 188 181 53 -
CMYK 0 0.04 0.72 0.26
HSL 56.89º 0.56% 0.47% -
HSV(B) 56.89º 0.72% 0.74% -
XYZ 37.91 44 9.86 -
YUV 168.5 62.82 141.91 -
System Red Green Blue C M Y K H S L
Decimal 188 181 53 0 0.04 0.72 0.26 56.89 0.56 0.47
Hex BC B5 35 0 4 48 1A 39 38 2F
Octal 274 265 65 0 4 110 32 71 70 57
Binary 10111100 10110101 110101 0 100 1001000 11010 111001 111000 101111

Color Harmonies of #BCB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB535

Black with #BCB535

Text Example


Text Example

White with #BCB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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