Html Css Color HEX #BAB73D Brass

📋 copy color: '#BAB73D'

red 186 ◦ green 183 ◦ blue 61

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

Shades of Brass #BAB73D

Tints of Brass #BAB73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 43.26%
G = 42.56%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB73D (or 0xBAB73D) is known color: Brass. HEX triplet: BA, B7 and 3D. RGB value is (186,183,61). Sum of RGB (Red+Green+Blue) = 186+183+61=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB73D is #4548C2. Grayscale: #AAAAAA. Windows color (decimal): -4540611 or 4044730. OLE color: 4044730.

HSL color Cylindrical-coordinate representation of color #BAB73D: hue angle of 58.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAB73D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 61 -
CMYK 0 0.02 0.67 0.27
HSL 58.56º 0.51% 0.48% -
HSV(B) 58.56º 0.67% 0.73% -
XYZ 38.03 44.64 11.03 -
YUV 169.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 186 183 61 0 0.02 0.67 0.27 58.56 0.51 0.48
Hex BA B7 3D 0 2 43 1B 3B 33 30
Octal 272 267 75 0 2 103 33 73 63 60
Binary 10111010 10110111 111101 0 10 1000011 11011 111011 110011 110000

Color Harmonies of #BAB73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB73D

Black with #BAB73D

Text Example


Text Example

White with #BAB73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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