Html Css Color HEX #BAB23F Brass

📋 copy color: '#BAB23F'

red 186 ◦ green 178 ◦ blue 63

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

Shades of Brass #BAB23F

Tints of Brass #BAB23F

RGB

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

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

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

R = 43.56%
G = 41.69%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BAB23F (or 0xBAB23F) is known color: Brass. HEX triplet: BA, B2 and 3F. RGB value is (186,178,63). Sum of RGB (Red+Green+Blue) = 186+178+63=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23F is #454DC0. Grayscale: #A7A7A7. Windows color (decimal): -4541889 or 4174522. OLE color: 4174522.

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

Color convert

RGB 186 178 63 -
CMYK 0 0.04 0.66 0.27
HSL 56.1º 0.49% 0.49% -
HSV(B) 56.1º 0.66% 0.73% -
XYZ 37.07 42.64 10.98 -
YUV 167.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 186 178 63 0 0.04 0.66 0.27 56.1 0.49 0.49
Hex BA B2 3F 0 4 42 1B 38 31 31
Octal 272 262 77 0 4 102 33 70 61 61
Binary 10111010 10110010 111111 0 100 1000010 11011 111000 110001 110001

Color Harmonies of #BAB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB23F

Black with #BAB23F

Text Example


Text Example

White with #BAB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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