Html Css Color HEX #BCA733 Brass

📋 copy color: '#BCA733'

red 188 ◦ green 167 ◦ blue 51

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

Shades of Brass #BCA733

Tints of Brass #BCA733

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 46.31%
G = 41.13%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCA733 (or 0xBCA733) is known color: Brass. HEX triplet: BC, A7 and 33. RGB value is (188,167,51). Sum of RGB (Red+Green+Blue) = 188+167+51=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA733 is #4358CC. Grayscale: #A0A0A0. Windows color (decimal): -4413645 or 3385276. OLE color: 3385276.

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

Color convert

RGB 188 167 51 -
CMYK 0 0.11 0.73 0.26
HSL 50.8º 0.57% 0.47% -
HSV(B) 50.8º 0.73% 0.74% -
XYZ 35.16 38.57 8.72 -
YUV 160.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 188 167 51 0 0.11 0.73 0.26 50.8 0.57 0.47
Hex BC A7 33 0 B 49 1A 33 39 2F
Octal 274 247 63 0 13 111 32 63 71 57
Binary 10111100 10100111 110011 0 1011 1001001 11010 110011 111001 101111

Color Harmonies of #BCA733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA733

Black with #BCA733

Text Example


Text Example

White with #BCA733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA733; }

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

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

background-color css

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

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

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

border-color css

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

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

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