Html Css Color HEX #BCAD34 Brass

📋 copy color: '#BCAD34'

red 188 ◦ green 173 ◦ blue 52

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

Shades of Brass #BCAD34

Tints of Brass #BCAD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.59%

R = 45.52%
G = 41.89%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BCAD34 (or 0xBCAD34) is known color: Brass. HEX triplet: BC, AD and 34. RGB value is (188,173,52). Sum of RGB (Red+Green+Blue) = 188+173+52=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD34 is #4352CB. Grayscale: #A4A4A4. Windows color (decimal): -4412108 or 3452348. OLE color: 3452348.

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

Color convert

RGB 188 173 52 -
CMYK 0 0.08 0.72 0.26
HSL 53.38º 0.57% 0.47% -
HSV(B) 53.38º 0.72% 0.74% -
XYZ 36.3 40.83 9.22 -
YUV 163.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 188 173 52 0 0.08 0.72 0.26 53.38 0.57 0.47
Hex BC AD 34 0 8 48 1A 35 39 2F
Octal 274 255 64 0 10 110 32 65 71 57
Binary 10111100 10101101 110100 0 1000 1001000 11010 110101 111001 101111

Color Harmonies of #BCAD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD34

Black with #BCAD34

Text Example


Text Example

White with #BCAD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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