Html Css Color HEX #BAB04B Brass

📋 copy color: '#BAB04B'

red 186 ◦ green 176 ◦ blue 75

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

Shades of Brass #BAB04B

Tints of Brass #BAB04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 42.56%
G = 40.27%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BAB04B (or 0xBAB04B) is known color: Brass. HEX triplet: BA, B0 and 4B. RGB value is (186,176,75). Sum of RGB (Red+Green+Blue) = 186+176+75=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB04B is #454FB4. Grayscale: #A7A7A7. Windows color (decimal): -4542389 or 4960442. OLE color: 4960442.

HSL color Cylindrical-coordinate representation of color #BAB04B: hue angle of 54.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB04B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 176 75 -
CMYK 0 0.05 0.60 0.27
HSL 54.59º 0.45% 0.51% -
HSV(B) 54.59º 0.6% 0.73% -
XYZ 37.05 42 12.81 -
YUV 167.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 186 176 75 0 0.05 0.60 0.27 54.59 0.45 0.51
Hex BA B0 4B 0 5 3C 1B 37 2D 33
Octal 272 260 113 0 5 74 33 67 55 63
Binary 10111010 10110000 1001011 0 101 111100 11011 110111 101101 110011

Color Harmonies of #BAB04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB04B

Black with #BAB04B

Text Example


Text Example

White with #BAB04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB04B; }

 p { color: rgb(186,176,75); }

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

background-color css

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

 a { background-color: rgb(186,176,75); }

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

border-color css

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

 span { border-color: rgb(186,176,75); }

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