Html Css Color HEX #BAB434 Brass

📋 copy color: '#BAB434'

red 186 ◦ green 180 ◦ blue 52

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

Shades of Brass #BAB434

Tints of Brass #BAB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 44.5%
G = 43.06%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BAB434 (or 0xBAB434) is known color: Brass. HEX triplet: BA, B4 and 34. RGB value is (186,180,52). Sum of RGB (Red+Green+Blue) = 186+180+52=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB434 is #454BCB. Grayscale: #A7A7A7. Windows color (decimal): -4541388 or 3454138. OLE color: 3454138.

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

Color convert

RGB 186 180 52 -
CMYK 0 0.03 0.72 0.27
HSL 57.31º 0.56% 0.47% -
HSV(B) 57.31º 0.72% 0.73% -
XYZ 37.19 43.33 9.65 -
YUV 167.2 62.99 141.41 -
System Red Green Blue C M Y K H S L
Decimal 186 180 52 0 0.03 0.72 0.27 57.31 0.56 0.47
Hex BA B4 34 0 3 48 1B 39 38 2F
Octal 272 264 64 0 3 110 33 71 70 57
Binary 10111010 10110100 110100 0 11 1001000 11011 111001 111000 101111

Color Harmonies of #BAB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB434

Black with #BAB434

Text Example


Text Example

White with #BAB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB434; }

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

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

background-color css

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

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

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

border-color css

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

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

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