Html Css Color HEX #BAB736 Brass

📋 copy color: '#BAB736'

red 186 ◦ green 183 ◦ blue 54

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

Shades of Brass #BAB736

Tints of Brass #BAB736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 43.97%
G = 43.26%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BAB736 (or 0xBAB736) is known color: Brass. HEX triplet: BA, B7 and 36. RGB value is (186,183,54). Sum of RGB (Red+Green+Blue) = 186+183+54=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB736 is #4548C9. Grayscale: #A9A9A9. Windows color (decimal): -4540618 or 3585978. OLE color: 3585978.

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

Color convert

RGB 186 183 54 -
CMYK 0 0.02 0.71 0.27
HSL 58.64º 0.55% 0.47% -
HSV(B) 58.64º 0.71% 0.73% -
XYZ 37.85 44.57 10.1 -
YUV 169.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 186 183 54 0 0.02 0.71 0.27 58.64 0.55 0.47
Hex BA B7 36 0 2 47 1B 3B 37 2F
Octal 272 267 66 0 2 107 33 73 67 57
Binary 10111010 10110111 110110 0 10 1000111 11011 111011 110111 101111

Color Harmonies of #BAB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB736

Black with #BAB736

Text Example


Text Example

White with #BAB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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