Html Css Color HEX #BCB536 Brass

📋 copy color: '#BCB536'

red 188 ◦ green 181 ◦ blue 54

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

Shades of Brass #BCB536

Tints of Brass #BCB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 44.44%
G = 42.79%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCB536 (or 0xBCB536) is known color: Brass. HEX triplet: BC, B5 and 36. RGB value is (188,181,54). Sum of RGB (Red+Green+Blue) = 188+181+54=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB536 is #434AC9. Grayscale: #A9A9A9. Windows color (decimal): -4410058 or 3585468. OLE color: 3585468.

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

Color convert

RGB 188 181 54 -
CMYK 0 0.04 0.71 0.26
HSL 56.87º 0.55% 0.47% -
HSV(B) 56.87º 0.71% 0.74% -
XYZ 37.93 44.01 9.98 -
YUV 168.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 188 181 54 0 0.04 0.71 0.26 56.87 0.55 0.47
Hex BC B5 36 0 4 47 1A 39 37 2F
Octal 274 265 66 0 4 107 32 71 67 57
Binary 10111100 10110101 110110 0 100 1000111 11010 111001 110111 101111

Color Harmonies of #BCB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB536

Black with #BCB536

Text Example


Text Example

White with #BCB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB536; }

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

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

background-color css

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

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

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

border-color css

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

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

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