Html Css Color HEX #BCB349 Brass

📋 copy color: '#BCB349'

red 188 ◦ green 179 ◦ blue 73

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

Shades of Brass #BCB349

Tints of Brass #BCB349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 42.73%
G = 40.68%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCB349 (or 0xBCB349) is known color: Brass. HEX triplet: BC, B3 and 49. RGB value is (188,179,73). Sum of RGB (Red+Green+Blue) = 188+179+73=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB349 is #434CB6. Grayscale: #AAAAAA. Windows color (decimal): -4410551 or 4830140. OLE color: 4830140.

HSL color Cylindrical-coordinate representation of color #BCB349: hue angle of 55.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB349 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 73 -
CMYK 0 0.05 0.61 0.26
HSL 55.3º 0.46% 0.51% -
HSV(B) 55.3º 0.61% 0.74% -
XYZ 38.06 43.41 12.68 -
YUV 169.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 188 179 73 0 0.05 0.61 0.26 55.3 0.46 0.51
Hex BC B3 49 0 5 3D 1A 37 2E 33
Octal 274 263 111 0 5 75 32 67 56 63
Binary 10111100 10110011 1001001 0 101 111101 11010 110111 101110 110011

Color Harmonies of #BCB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB349

Black with #BCB349

Text Example


Text Example

White with #BCB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB349; }

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

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

background-color css

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

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

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

border-color css

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

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

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