Html Css Color HEX #BAB43D Brass

📋 copy color: '#BAB43D'

red 186 ◦ green 180 ◦ blue 61

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

Shades of Brass #BAB43D

Tints of Brass #BAB43D

RGB

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

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

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

R = 43.56%
G = 42.15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB43D (or 0xBAB43D) is known color: Brass. HEX triplet: BA, B4 and 3D. RGB value is (186,180,61). Sum of RGB (Red+Green+Blue) = 186+180+61=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB43D is #454BC2. Grayscale: #A8A8A8. Windows color (decimal): -4541379 or 4043962. OLE color: 4043962.

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

Color convert

RGB 186 180 61 -
CMYK 0 0.03 0.67 0.27
HSL 57.12º 0.51% 0.48% -
HSV(B) 57.12º 0.67% 0.73% -
XYZ 37.41 43.42 10.82 -
YUV 168.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 186 180 61 0 0.03 0.67 0.27 57.12 0.51 0.48
Hex BA B4 3D 0 3 43 1B 39 33 30
Octal 272 264 75 0 3 103 33 71 63 60
Binary 10111010 10110100 111101 0 11 1000011 11011 111001 110011 110000

Color Harmonies of #BAB43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB43D

Black with #BAB43D

Text Example


Text Example

White with #BAB43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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