Html Css Color HEX #BCA848 Brass

📋 copy color: '#BCA848'

red 188 ◦ green 168 ◦ blue 72

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

Shades of Brass #BCA848

Tints of Brass #BCA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 43.93%
G = 39.25%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA848 (or 0xBCA848) is known color: Brass. HEX triplet: BC, A8 and 48. RGB value is (188,168,72). Sum of RGB (Red+Green+Blue) = 188+168+72=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA848 is #4357B7. Grayscale: #A3A3A3. Windows color (decimal): -4413368 or 4761788. OLE color: 4761788.

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

Color convert

RGB 188 168 72 -
CMYK 0 0.11 0.62 0.26
HSL 49.66º 0.46% 0.51% -
HSV(B) 49.66º 0.62% 0.74% -
XYZ 35.91 39.16 11.8 -
YUV 163.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 188 168 72 0 0.11 0.62 0.26 49.66 0.46 0.51
Hex BC A8 48 0 B 3E 1A 32 2E 33
Octal 274 250 110 0 13 76 32 62 56 63
Binary 10111100 10101000 1001000 0 1011 111110 11010 110010 101110 110011

Color Harmonies of #BCA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA848

Black with #BCA848

Text Example


Text Example

White with #BCA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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