Html Css Color HEX #B2A74F Brass

📋 copy color: '#B2A74F'

red 178 ◦ green 167 ◦ blue 79

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

Shades of Brass #B2A74F

Tints of Brass #B2A74F

RGB

 RED value IS 178 (69.92% from 255) = 41.98%

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

 BLUE value IS 79 (31.25% from 255) = 18.63%

R = 41.98%
G = 39.39%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2A74F (or 0xB2A74F) is known color: Brass. HEX triplet: B2, A7 and 4F. RGB value is (178,167,79). Sum of RGB (Red+Green+Blue) = 178+167+79=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A74F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A74F is #4D58B0. Grayscale: #A0A0A0. Windows color (decimal): -5068977 or 5220274. OLE color: 5220274.

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

Color convert

RGB 178 167 79 -
CMYK 0 0.06 0.56 0.30
HSL 53.33º 0.39% 0.5% -
HSV(B) 53.33º 0.56% 0.7% -
XYZ 33.59 37.67 12.9 -
YUV 160.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 178 167 79 0 0.06 0.56 0.30 53.33 0.39 0.5
Hex B2 A7 4F 0 6 38 1E 35 27 32
Octal 262 247 117 0 6 70 36 65 47 62
Binary 10110010 10100111 1001111 0 110 111000 11110 110101 100111 110010

Color Harmonies of #B2A74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A74F

Black with #B2A74F

Text Example


Text Example

White with #B2A74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A74F; }

 p { color: rgb(178,167,79); }

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

background-color css

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

 a { background-color: rgb(178,167,79); }

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

border-color css

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

 span { border-color: rgb(178,167,79); }

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