Html Css Color HEX #B3A64B Brass

📋 copy color: '#B3A64B'

red 179 ◦ green 166 ◦ blue 75

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

Shades of Brass #B3A64B

Tints of Brass #B3A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.52%

 BLUE value IS 75 (29.69% from 255) = 17.86%

R = 42.62%
G = 39.52%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3A64B (or 0xB3A64B) is known color: Brass. HEX triplet: B3, A6 and 4B. RGB value is (179,166,75). Sum of RGB (Red+Green+Blue) = 179+166+75=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A64B is #4C59B4. Grayscale: #9F9F9F. Windows color (decimal): -5003701 or 4957875. OLE color: 4957875.

HSL color Cylindrical-coordinate representation of color #B3A64B: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3A64B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 166 75 -
CMYK 0 0.07 0.58 0.30
HSL 52.5º 0.41% 0.5% -
HSV(B) 52.5º 0.58% 0.7% -
XYZ 33.5 37.36 12.1 -
YUV 159.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 179 166 75 0 0.07 0.58 0.30 52.5 0.41 0.5
Hex B3 A6 4B 0 7 3A 1E 34 29 32
Octal 263 246 113 0 7 72 36 64 51 62
Binary 10110011 10100110 1001011 0 111 111010 11110 110100 101001 110010

Color Harmonies of #B3A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A64B

Black with #B3A64B

Text Example


Text Example

White with #B3A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A64B; }

 p { color: rgb(179,166,75); }

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

background-color css

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

 a { background-color: rgb(179,166,75); }

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

border-color css

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

 span { border-color: rgb(179,166,75); }

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