Html Css Color HEX #BCA338 Brass

📋 copy color: '#BCA338'

red 188 ◦ green 163 ◦ blue 56

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

Shades of Brass #BCA338

Tints of Brass #BCA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 46.19%
G = 40.05%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BCA338 (or 0xBCA338) is known color: Brass. HEX triplet: BC, A3 and 38. RGB value is (188,163,56). Sum of RGB (Red+Green+Blue) = 188+163+56=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA338 is #435CC7. Grayscale: #9E9E9E. Windows color (decimal): -4414664 or 3711932. OLE color: 3711932.

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

Color convert

RGB 188 163 56 -
CMYK 0 0.13 0.70 0.26
HSL 48.64º 0.54% 0.48% -
HSV(B) 48.64º 0.7% 0.74% -
XYZ 34.55 37.17 9.1 -
YUV 158.28 70.28 149.2 -
System Red Green Blue C M Y K H S L
Decimal 188 163 56 0 0.13 0.70 0.26 48.64 0.54 0.48
Hex BC A3 38 0 D 46 1A 31 36 30
Octal 274 243 70 0 15 106 32 61 66 60
Binary 10111100 10100011 111000 0 1101 1000110 11010 110001 110110 110000

Color Harmonies of #BCA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA338

Black with #BCA338

Text Example


Text Example

White with #BCA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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