Html Css Color HEX #B3A83D Brass

📋 copy color: '#B3A83D'

red 179 ◦ green 168 ◦ blue 61

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

Shades of Brass #B3A83D

Tints of Brass #B3A83D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.18%

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

R = 43.87%
G = 41.18%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3A83D (or 0xB3A83D) is known color: Brass. HEX triplet: B3, A8 and 3D. RGB value is (179,168,61). Sum of RGB (Red+Green+Blue) = 179+168+61=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A83D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A83D is #4C57C2. Grayscale: #9F9F9F. Windows color (decimal): -5003203 or 4040883. OLE color: 4040883.

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

Color convert

RGB 179 168 61 -
CMYK 0 0.06 0.66 0.30
HSL 54.41º 0.49% 0.47% -
HSV(B) 54.41º 0.66% 0.7% -
XYZ 33.44 37.93 9.97 -
YUV 159.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 179 168 61 0 0.06 0.66 0.30 54.41 0.49 0.47
Hex B3 A8 3D 0 6 42 1E 36 31 2F
Octal 263 250 75 0 6 102 36 66 61 57
Binary 10110011 10101000 111101 0 110 1000010 11110 110110 110001 101111

Color Harmonies of #B3A83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A83D

Black with #B3A83D

Text Example


Text Example

White with #B3A83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A83D; }

 p { color: rgb(179,168,61); }

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

background-color css

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

 a { background-color: rgb(179,168,61); }

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

border-color css

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

 span { border-color: rgb(179,168,61); }

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