Html Css Color HEX #B3A74B Brass

📋 copy color: '#B3A74B'

red 179 ◦ green 167 ◦ blue 75

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

Shades of Brass #B3A74B

Tints of Brass #B3A74B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 42.52%
G = 39.67%
B = 17.81%

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

#B3A74B (or 0xB3A74B) is known color: Brass. HEX triplet: B3, A7 and 4B. RGB value is (179,167,75). Sum of RGB (Red+Green+Blue) = 179+167+75=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A74B is #4C58B4. Grayscale: #A0A0A0. Windows color (decimal): -5003445 or 4958131. OLE color: 4958131.

HSL color Cylindrical-coordinate representation of color #B3A74B: hue angle of 53.08º 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 #B3A74B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 167 75 -
CMYK 0 0.07 0.58 0.30
HSL 53.08º 0.41% 0.5% -
HSV(B) 53.08º 0.58% 0.7% -
XYZ 33.68 37.73 12.16 -
YUV 160.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 179 167 75 0 0.07 0.58 0.30 53.08 0.41 0.5
Hex B3 A7 4B 0 7 3A 1E 35 29 32
Octal 263 247 113 0 7 72 36 65 51 62
Binary 10110011 10100111 1001011 0 111 111010 11110 110101 101001 110010

Color Harmonies of #B3A74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A74B

Black with #B3A74B

Text Example


Text Example

White with #B3A74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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