Html Css Color HEX #BCB340 Brass

📋 copy color: '#BCB340'

red 188 ◦ green 179 ◦ blue 64

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

Shades of Brass #BCB340

Tints of Brass #BCB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 43.62%
G = 41.53%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCB340 (or 0xBCB340) is known color: Brass. HEX triplet: BC, B3 and 40. RGB value is (188,179,64). Sum of RGB (Red+Green+Blue) = 188+179+64=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB340 is #434CBF. Grayscale: #A9A9A9. Windows color (decimal): -4410560 or 4240316. OLE color: 4240316.

HSL color Cylindrical-coordinate representation of color #BCB340: hue angle of 55.65º degrees, saturation: 0.49, 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 #BCB340 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 64 -
CMYK 0 0.05 0.66 0.26
HSL 55.65º 0.49% 0.49% -
HSV(B) 55.65º 0.66% 0.74% -
XYZ 37.78 43.3 11.22 -
YUV 168.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 188 179 64 0 0.05 0.66 0.26 55.65 0.49 0.49
Hex BC B3 40 0 5 42 1A 38 31 31
Octal 274 263 100 0 5 102 32 70 61 61
Binary 10111100 10110011 1000000 0 101 1000010 11010 111000 110001 110001

Color Harmonies of #BCB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB340

Black with #BCB340

Text Example


Text Example

White with #BCB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB340; }

 p { color: rgb(188,179,64); }

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

background-color css

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

 a { background-color: rgb(188,179,64); }

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

border-color css

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

 span { border-color: rgb(188,179,64); }

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