Html Css Color HEX #BCB53F Brass

📋 copy color: '#BCB53F'

red 188 ◦ green 181 ◦ blue 63

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

Shades of Brass #BCB53F

Tints of Brass #BCB53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.58%

R = 43.52%
G = 41.9%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB53F (or 0xBCB53F) is known color: Brass. HEX triplet: BC, B5 and 3F. RGB value is (188,181,63). Sum of RGB (Red+Green+Blue) = 188+181+63=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB53F is #434AC0. Grayscale: #AAAAAA. Windows color (decimal): -4410049 or 4175292. OLE color: 4175292.

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

Color convert

RGB 188 181 63 -
CMYK 0 0.04 0.66 0.26
HSL 56.64º 0.5% 0.49% -
HSV(B) 56.64º 0.66% 0.74% -
XYZ 38.16 44.1 11.2 -
YUV 169.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 188 181 63 0 0.04 0.66 0.26 56.64 0.5 0.49
Hex BC B5 3F 0 4 42 1A 39 32 31
Octal 274 265 77 0 4 102 32 71 62 61
Binary 10111100 10110101 111111 0 100 1000010 11010 111001 110010 110001

Color Harmonies of #BCB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB53F

Black with #BCB53F

Text Example


Text Example

White with #BCB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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