Html Css Color HEX #BAB23D Brass

📋 copy color: '#BAB23D'

red 186 ◦ green 178 ◦ blue 61

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

Shades of Brass #BAB23D

Tints of Brass #BAB23D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.88%

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

R = 43.76%
G = 41.88%
B = 14.35%

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

#BAB23D (or 0xBAB23D) is known color: Brass. HEX triplet: BA, B2 and 3D. RGB value is (186,178,61). Sum of RGB (Red+Green+Blue) = 186+178+61=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23D is #454DC2. Grayscale: #A7A7A7. Windows color (decimal): -4541891 or 4043450. OLE color: 4043450.

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

Color convert

RGB 186 178 61 -
CMYK 0 0.04 0.67 0.27
HSL 56.16º 0.51% 0.48% -
HSV(B) 56.16º 0.67% 0.73% -
XYZ 37.01 42.62 10.69 -
YUV 167.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 186 178 61 0 0.04 0.67 0.27 56.16 0.51 0.48
Hex BA B2 3D 0 4 43 1B 38 33 30
Octal 272 262 75 0 4 103 33 70 63 60
Binary 10111010 10110010 111101 0 100 1000011 11011 111000 110011 110000

Color Harmonies of #BAB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB23D

Black with #BAB23D

Text Example


Text Example

White with #BAB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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