Html Css Color HEX #B3AB3E Brass

📋 copy color: '#B3AB3E'

red 179 ◦ green 171 ◦ blue 62

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

Shades of Brass #B3AB3E

Tints of Brass #B3AB3E

RGB

 RED value IS 179 (70.31% from 255) = 43.45%

 GREEN value IS 171 (67.19% from 255) = 41.5%

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 43.45%
G = 41.5%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3AB3E (or 0xB3AB3E) is known color: Brass. HEX triplet: B3, AB and 3E. RGB value is (179,171,62). Sum of RGB (Red+Green+Blue) = 179+171+62=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AB3E is #4C54C1. Grayscale: #A1A1A1. Windows color (decimal): -5002434 or 4107187. OLE color: 4107187.

HSL color Cylindrical-coordinate representation of color #B3AB3E: hue angle of 55.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3AB3E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 62 -
CMYK 0 0.04 0.65 0.30
HSL 55.9º 0.49% 0.47% -
HSV(B) 55.9º 0.65% 0.7% -
XYZ 34.02 39.06 10.3 -
YUV 160.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 179 171 62 0 0.04 0.65 0.30 55.9 0.49 0.47
Hex B3 AB 3E 0 4 41 1E 38 31 2F
Octal 263 253 76 0 4 101 36 70 61 57
Binary 10110011 10101011 111110 0 100 1000001 11110 111000 110001 101111

Color Harmonies of #B3AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB3E

Black with #B3AB3E

Text Example


Text Example

White with #B3AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB3E; }

 p { color: rgb(179,171,62); }

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

background-color css

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

 a { background-color: rgb(179,171,62); }

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

border-color css

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

 span { border-color: rgb(179,171,62); }

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