Html Css Color HEX #BCB449 Brass

📋 copy color: '#BCB449'

red 188 ◦ green 180 ◦ blue 73

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

Shades of Brass #BCB449

Tints of Brass #BCB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 42.63%
G = 40.82%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCB449 (or 0xBCB449) is known color: Brass. HEX triplet: BC, B4 and 49. RGB value is (188,180,73). Sum of RGB (Red+Green+Blue) = 188+180+73=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB449 is #434BB6. Grayscale: #AAAAAA. Windows color (decimal): -4410295 or 4830396. OLE color: 4830396.

HSL color Cylindrical-coordinate representation of color #BCB449: hue angle of 55.83º 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 #BCB449 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 73 -
CMYK 0 0.04 0.61 0.26
HSL 55.83º 0.46% 0.51% -
HSV(B) 55.83º 0.61% 0.74% -
XYZ 38.26 43.81 12.74 -
YUV 170.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 188 180 73 0 0.04 0.61 0.26 55.83 0.46 0.51
Hex BC B4 49 0 4 3D 1A 38 2E 33
Octal 274 264 111 0 4 75 32 70 56 63
Binary 10111100 10110100 1001001 0 100 111101 11010 111000 101110 110011

Color Harmonies of #BCB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB449

Black with #BCB449

Text Example


Text Example

White with #BCB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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