Html Css Color HEX #B3A434 Brass

📋 copy color: '#B3A434'

red 179 ◦ green 164 ◦ blue 52

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

Shades of Brass #B3A434

Tints of Brass #B3A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 45.32%
G = 41.52%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B3A434 (or 0xB3A434) is known color: Brass. HEX triplet: B3, A4 and 34. RGB value is (179,164,52). Sum of RGB (Red+Green+Blue) = 179+164+52=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A434 is #4C5BCB. Grayscale: #9C9C9C. Windows color (decimal): -5004236 or 3450035. OLE color: 3450035.

HSL color Cylindrical-coordinate representation of color #B3A434: hue angle of 52.91º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3A434 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 164 52 -
CMYK 0 0.08 0.71 0.30
HSL 52.91º 0.55% 0.45% -
HSV(B) 52.91º 0.71% 0.7% -
XYZ 32.49 36.38 8.56 -
YUV 155.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 179 164 52 0 0.08 0.71 0.30 52.91 0.55 0.45
Hex B3 A4 34 0 8 47 1E 35 37 2D
Octal 263 244 64 0 10 107 36 65 67 55
Binary 10110011 10100100 110100 0 1000 1000111 11110 110101 110111 101101

Color Harmonies of #B3A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A434

Black with #B3A434

Text Example


Text Example

White with #B3A434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A434; }

 p { color: rgb(179,164,52); }

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

background-color css

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

 a { background-color: rgb(179,164,52); }

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

border-color css

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

 span { border-color: rgb(179,164,52); }

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