Html Css Color HEX #BAB034 Brass

📋 copy color: '#BAB034'

red 186 ◦ green 176 ◦ blue 52

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

Shades of Brass #BAB034

Tints of Brass #BAB034

RGB

 RED value IS 186 (73.05% from 255) = 44.93%

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 44.93%
G = 42.51%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB034 (or 0xBAB034) is known color: Brass. HEX triplet: BA, B0 and 34. RGB value is (186,176,52). Sum of RGB (Red+Green+Blue) = 186+176+52=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB034 is #454FCB. Grayscale: #A5A5A5. Windows color (decimal): -4542412 or 3453114. OLE color: 3453114.

HSL color Cylindrical-coordinate representation of color #BAB034: hue angle of 55.52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAB034 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 52 -
CMYK 0 0.05 0.72 0.27
HSL 55.52º 0.56% 0.47% -
HSV(B) 55.52º 0.72% 0.73% -
XYZ 36.39 41.74 9.39 -
YUV 164.85 64.31 143.08 -
System Red Green Blue C M Y K H S L
Decimal 186 176 52 0 0.05 0.72 0.27 55.52 0.56 0.47
Hex BA B0 34 0 5 48 1B 38 38 2F
Octal 272 260 64 0 5 110 33 70 70 57
Binary 10111010 10110000 110100 0 101 1001000 11011 111000 111000 101111

Color Harmonies of #BAB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB034

Black with #BAB034

Text Example


Text Example

White with #BAB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB034; }

 p { color: rgb(186,176,52); }

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

background-color css

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

 a { background-color: rgb(186,176,52); }

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

border-color css

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

 span { border-color: rgb(186,176,52); }

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