Html Css Color HEX #BAB33D Brass

📋 copy color: '#BAB33D'

red 186 ◦ green 179 ◦ blue 61

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

Shades of Brass #BAB33D

Tints of Brass #BAB33D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

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

R = 43.66%
G = 42.02%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB33D (or 0xBAB33D) is known color: Brass. HEX triplet: BA, B3 and 3D. RGB value is (186,179,61). Sum of RGB (Red+Green+Blue) = 186+179+61=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB33D is #454CC2. Grayscale: #A8A8A8. Windows color (decimal): -4541635 or 4043706. OLE color: 4043706.

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

Color convert

RGB 186 179 61 -
CMYK 0 0.04 0.67 0.27
HSL 56.64º 0.51% 0.48% -
HSV(B) 56.64º 0.67% 0.73% -
XYZ 37.21 43.02 10.76 -
YUV 167.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 186 179 61 0 0.04 0.67 0.27 56.64 0.51 0.48
Hex BA B3 3D 0 4 43 1B 39 33 30
Octal 272 263 75 0 4 103 33 71 63 60
Binary 10111010 10110011 111101 0 100 1000011 11011 111001 110011 110000

Color Harmonies of #BAB33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB33D

Black with #BAB33D

Text Example


Text Example

White with #BAB33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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