Html Css Color HEX #BAB43F Brass

📋 copy color: '#BAB43F'

red 186 ◦ green 180 ◦ blue 63

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

Shades of Brass #BAB43F

Tints of Brass #BAB43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.69%

R = 43.36%
G = 41.96%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB43F (or 0xBAB43F) is known color: Brass. HEX triplet: BA, B4 and 3F. RGB value is (186,180,63). Sum of RGB (Red+Green+Blue) = 186+180+63=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB43F is #454BC0. Grayscale: #A8A8A8. Windows color (decimal): -4541377 or 4175034. OLE color: 4175034.

HSL color Cylindrical-coordinate representation of color #BAB43F: hue angle of 57.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAB43F is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 63 -
CMYK 0 0.03 0.66 0.27
HSL 57.07º 0.49% 0.49% -
HSV(B) 57.07º 0.66% 0.73% -
XYZ 37.47 43.44 11.11 -
YUV 168.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 186 180 63 0 0.03 0.66 0.27 57.07 0.49 0.49
Hex BA B4 3F 0 3 42 1B 39 31 31
Octal 272 264 77 0 3 102 33 71 61 61
Binary 10111010 10110100 111111 0 11 1000010 11011 111001 110001 110001

Color Harmonies of #BAB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB43F

Black with #BAB43F

Text Example


Text Example

White with #BAB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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