Html Css Color HEX #BAB734 Brass

📋 copy color: '#BAB734'

red 186 ◦ green 183 ◦ blue 52

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

Shades of Brass #BAB734

Tints of Brass #BAB734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

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

R = 44.18%
G = 43.47%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB734 (or 0xBAB734) is known color: Brass. HEX triplet: BA, B7 and 34. RGB value is (186,183,52). Sum of RGB (Red+Green+Blue) = 186+183+52=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB734 is #4548CB. Grayscale: #A9A9A9. Windows color (decimal): -4540620 or 3454906. OLE color: 3454906.

HSL color Cylindrical-coordinate representation of color #BAB734: hue angle of 58.66º 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 #BAB734 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 52 -
CMYK 0 0.02 0.72 0.27
HSL 58.66º 0.56% 0.47% -
HSV(B) 58.66º 0.72% 0.73% -
XYZ 37.8 44.55 9.86 -
YUV 168.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 186 183 52 0 0.02 0.72 0.27 58.66 0.56 0.47
Hex BA B7 34 0 2 48 1B 3B 38 2F
Octal 272 267 64 0 2 110 33 73 70 57
Binary 10111010 10110111 110100 0 10 1001000 11011 111011 111000 101111

Color Harmonies of #BAB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB734

Black with #BAB734

Text Example


Text Example

White with #BAB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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