Html Css Color HEX #BCAE33 Brass

📋 copy color: '#BCAE33'

red 188 ◦ green 174 ◦ blue 51

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

Shades of Brass #BCAE33

Tints of Brass #BCAE33

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

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

R = 45.52%
G = 42.13%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAE33 (or 0xBCAE33) is known color: Brass. HEX triplet: BC, AE and 33. RGB value is (188,174,51). Sum of RGB (Red+Green+Blue) = 188+174+51=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE33 is #4351CC. Grayscale: #A4A4A4. Windows color (decimal): -4411853 or 3387068. OLE color: 3387068.

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

Color convert

RGB 188 174 51 -
CMYK 0 0.07 0.73 0.26
HSL 53.87º 0.57% 0.47% -
HSV(B) 53.87º 0.73% 0.74% -
XYZ 36.47 41.2 9.16 -
YUV 164.16 64.14 145 -
System Red Green Blue C M Y K H S L
Decimal 188 174 51 0 0.07 0.73 0.26 53.87 0.57 0.47
Hex BC AE 33 0 7 49 1A 36 39 2F
Octal 274 256 63 0 7 111 32 66 71 57
Binary 10111100 10101110 110011 0 111 1001001 11010 110110 111001 101111

Color Harmonies of #BCAE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE33

Black with #BCAE33

Text Example


Text Example

White with #BCAE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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