Html Css Color HEX #BCA238 Brass

📋 copy color: '#BCA238'

red 188 ◦ green 162 ◦ blue 56

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

Shades of Brass #BCA238

Tints of Brass #BCA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

 BLUE value IS 56 (22.27% from 255) = 13.79%

R = 46.31%
G = 39.9%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCA238 (or 0xBCA238) is known color: Brass. HEX triplet: BC, A2 and 38. RGB value is (188,162,56). Sum of RGB (Red+Green+Blue) = 188+162+56=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA238 is #435DC7. Grayscale: #9E9E9E. Windows color (decimal): -4414920 or 3711676. OLE color: 3711676.

HSL color Cylindrical-coordinate representation of color #BCA238: hue angle of 48.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCA238 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 56 -
CMYK 0 0.14 0.70 0.26
HSL 48.18º 0.54% 0.48% -
HSV(B) 48.18º 0.7% 0.74% -
XYZ 34.37 36.82 9.04 -
YUV 157.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 188 162 56 0 0.14 0.70 0.26 48.18 0.54 0.48
Hex BC A2 38 0 E 46 1A 30 36 30
Octal 274 242 70 0 16 106 32 60 66 60
Binary 10111100 10100010 111000 0 1110 1000110 11010 110000 110110 110000

Color Harmonies of #BCA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA238

Black with #BCA238

Text Example


Text Example

White with #BCA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA238; }

 p { color: rgb(188,162,56); }

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

background-color css

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

 a { background-color: rgb(188,162,56); }

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

border-color css

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

 span { border-color: rgb(188,162,56); }

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