Html Css Color HEX #BCA633 Brass

📋 copy color: '#BCA633'

red 188 ◦ green 166 ◦ blue 51

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

Shades of Brass #BCA633

Tints of Brass #BCA633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.59%

R = 46.42%
G = 40.99%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA633 (or 0xBCA633) is known color: Brass. HEX triplet: BC, A6 and 33. RGB value is (188,166,51). Sum of RGB (Red+Green+Blue) = 188+166+51=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA633 is #4359CC. Grayscale: #9F9F9F. Windows color (decimal): -4413901 or 3385020. OLE color: 3385020.

HSL color Cylindrical-coordinate representation of color #BCA633: hue angle of 50.36º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCA633 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 51 -
CMYK 0 0.12 0.73 0.26
HSL 50.36º 0.57% 0.47% -
HSV(B) 50.36º 0.73% 0.74% -
XYZ 34.97 38.2 8.66 -
YUV 159.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 188 166 51 0 0.12 0.73 0.26 50.36 0.57 0.47
Hex BC A6 33 0 C 49 1A 32 39 2F
Octal 274 246 63 0 14 111 32 62 71 57
Binary 10111100 10100110 110011 0 1100 1001001 11010 110010 111001 101111

Color Harmonies of #BCA633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA633

Black with #BCA633

Text Example


Text Example

White with #BCA633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA633; }

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

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

background-color css

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

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

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

border-color css

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

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

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