Html Css Color HEX #BCB148 Brass

📋 copy color: '#BCB148'

red 188 ◦ green 177 ◦ blue 72

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

Shades of Brass #BCB148

Tints of Brass #BCB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.5%

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

R = 43.02%
G = 40.5%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCB148 (or 0xBCB148) is known color: Brass. HEX triplet: BC, B1 and 48. RGB value is (188,177,72). Sum of RGB (Red+Green+Blue) = 188+177+72=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB148 is #434EB7. Grayscale: #A8A8A8. Windows color (decimal): -4411064 or 4764092. OLE color: 4764092.

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

Color convert

RGB 188 177 72 -
CMYK 0 0.06 0.62 0.26
HSL 54.31º 0.46% 0.51% -
HSV(B) 54.31º 0.62% 0.74% -
XYZ 37.63 42.6 12.37 -
YUV 168.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 188 177 72 0 0.06 0.62 0.26 54.31 0.46 0.51
Hex BC B1 48 0 6 3E 1A 36 2E 33
Octal 274 261 110 0 6 76 32 66 56 63
Binary 10111100 10110001 1001000 0 110 111110 11010 110110 101110 110011

Color Harmonies of #BCB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB148

Black with #BCB148

Text Example


Text Example

White with #BCB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB148; }

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

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

background-color css

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

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

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

border-color css

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

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

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