Html Css Color HEX #BCAD44 Brass

📋 copy color: '#BCAD44'

red 188 ◦ green 173 ◦ blue 68

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

Shades of Brass #BCAD44

Tints of Brass #BCAD44

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

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

R = 43.82%
G = 40.33%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCAD44 (or 0xBCAD44) is known color: Brass. HEX triplet: BC, AD and 44. RGB value is (188,173,68). Sum of RGB (Red+Green+Blue) = 188+173+68=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD44 is #4352BB. Grayscale: #A5A5A5. Windows color (decimal): -4412092 or 4500924. OLE color: 4500924.

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

Color convert

RGB 188 173 68 -
CMYK 0 0.08 0.64 0.26
HSL 52.5º 0.47% 0.5% -
HSV(B) 52.5º 0.64% 0.74% -
XYZ 36.73 41 11.45 -
YUV 165.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 188 173 68 0 0.08 0.64 0.26 52.5 0.47 0.5
Hex BC AD 44 0 8 40 1A 34 2F 32
Octal 274 255 104 0 10 100 32 64 57 62
Binary 10111100 10101101 1000100 0 1000 1000000 11010 110100 101111 110010

Color Harmonies of #BCAD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD44

Black with #BCAD44

Text Example


Text Example

White with #BCAD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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