Html Css Color HEX #BCAE44 Brass

📋 copy color: '#BCAE44'

red 188 ◦ green 174 ◦ blue 68

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

Shades of Brass #BCAE44

Tints of Brass #BCAE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.81%

R = 43.72%
G = 40.47%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCAE44 (or 0xBCAE44) is known color: Brass. HEX triplet: BC, AE and 44. RGB value is (188,174,68). Sum of RGB (Red+Green+Blue) = 188+174+68=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAE44 is #4351BB. Grayscale: #A6A6A6. Windows color (decimal): -4411836 or 4501180. OLE color: 4501180.

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

Color convert

RGB 188 174 68 -
CMYK 0 0.07 0.64 0.26
HSL 53º 0.47% 0.5% -
HSV(B) 53º 0.64% 0.74% -
XYZ 36.92 41.38 11.51 -
YUV 166.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 188 174 68 0 0.07 0.64 0.26 53 0.47 0.5
Hex BC AE 44 0 7 40 1A 35 2F 32
Octal 274 256 104 0 7 100 32 65 57 62
Binary 10111100 10101110 1000100 0 111 1000000 11010 110101 101111 110010

Color Harmonies of #BCAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE44

Black with #BCAE44

Text Example


Text Example

White with #BCAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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