Html Css Color HEX #BCB548 Brass

📋 copy color: '#BCB548'

red 188 ◦ green 181 ◦ blue 72

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

Shades of Brass #BCB548

Tints of Brass #BCB548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 42.63%
G = 41.04%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB548 (or 0xBCB548) is known color: Brass. HEX triplet: BC, B5 and 48. RGB value is (188,181,72). Sum of RGB (Red+Green+Blue) = 188+181+72=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB548 is #434AB7. Grayscale: #ABABAB. Windows color (decimal): -4410040 or 4765116. OLE color: 4765116.

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

Color convert

RGB 188 181 72 -
CMYK 0 0.04 0.62 0.26
HSL 56.38º 0.46% 0.51% -
HSV(B) 56.38º 0.62% 0.74% -
XYZ 38.43 44.21 12.64 -
YUV 170.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 188 181 72 0 0.04 0.62 0.26 56.38 0.46 0.51
Hex BC B5 48 0 4 3E 1A 38 2E 33
Octal 274 265 110 0 4 76 32 70 56 63
Binary 10111100 10110101 1001000 0 100 111110 11010 111000 101110 110011

Color Harmonies of #BCB548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB548

Black with #BCB548

Text Example


Text Example

White with #BCB548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB548; }

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

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

background-color css

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

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

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

border-color css

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

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

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