Html Css Color HEX #BCAE37 Brass

📋 copy color: '#BCAE37'

red 188 ◦ green 174 ◦ blue 55

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

Shades of Brass #BCAE37

Tints of Brass #BCAE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.19%

R = 45.08%
G = 41.73%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCAE37 (or 0xBCAE37) is known color: Brass. HEX triplet: BC, AE and 37. RGB value is (188,174,55). Sum of RGB (Red+Green+Blue) = 188+174+55=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE37 is #4351C8. Grayscale: #A5A5A5. Windows color (decimal): -4411849 or 3649212. OLE color: 3649212.

HSL color Cylindrical-coordinate representation of color #BCAE37: hue angle of 53.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCAE37 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 55 -
CMYK 0 0.07 0.71 0.26
HSL 53.68º 0.55% 0.48% -
HSV(B) 53.68º 0.71% 0.74% -
XYZ 36.56 41.24 9.65 -
YUV 164.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 188 174 55 0 0.07 0.71 0.26 53.68 0.55 0.48
Hex BC AE 37 0 7 47 1A 36 37 30
Octal 274 256 67 0 7 107 32 66 67 60
Binary 10111100 10101110 110111 0 111 1000111 11010 110110 110111 110000

Color Harmonies of #BCAE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE37

Black with #BCAE37

Text Example


Text Example

White with #BCAE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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