Html Css Color HEX #BCA638 Brass

📋 copy color: '#BCA638'

red 188 ◦ green 166 ◦ blue 56

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

Shades of Brass #BCA638

Tints of Brass #BCA638

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 45.85%
G = 40.49%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCA638 (or 0xBCA638) is known color: Brass. HEX triplet: BC, A6 and 38. RGB value is (188,166,56). Sum of RGB (Red+Green+Blue) = 188+166+56=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA638 is #4359C7. Grayscale: #A0A0A0. Windows color (decimal): -4413896 or 3712700. OLE color: 3712700.

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

Color convert

RGB 188 166 56 -
CMYK 0 0.12 0.70 0.26
HSL 50º 0.54% 0.48% -
HSV(B) 50º 0.7% 0.74% -
XYZ 35.09 38.25 9.27 -
YUV 160.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 188 166 56 0 0.12 0.70 0.26 50 0.54 0.48
Hex BC A6 38 0 C 46 1A 32 36 30
Octal 274 246 70 0 14 106 32 62 66 60
Binary 10111100 10100110 111000 0 1100 1000110 11010 110010 110110 110000

Color Harmonies of #BCA638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA638

Black with #BCA638

Text Example


Text Example

White with #BCA638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA638; }

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

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

background-color css

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

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

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

border-color css

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

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

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