Html Css Color HEX #B7A434 Brass

📋 copy color: '#B7A434'

red 183 ◦ green 164 ◦ blue 52

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

Shades of Brass #B7A434

Tints of Brass #B7A434

RGB

 RED value IS 183 (71.88% from 255) = 45.86%

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

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

R = 45.86%
G = 41.1%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B7A434 (or 0xB7A434) is known color: Brass. HEX triplet: B7, A4 and 34. RGB value is (183,164,52). Sum of RGB (Red+Green+Blue) = 183+164+52=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A434 is #485BCB. Grayscale: #9D9D9D. Windows color (decimal): -4742092 or 3450039. OLE color: 3450039.

HSL color Cylindrical-coordinate representation of color #B7A434: hue angle of 51.3º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7A434 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 52 -
CMYK 0 0.10 0.72 0.28
HSL 51.3º 0.56% 0.46% -
HSV(B) 51.3º 0.72% 0.72% -
XYZ 33.42 36.87 8.6 -
YUV 156.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 183 164 52 0 0.10 0.72 0.28 51.3 0.56 0.46
Hex B7 A4 34 0 A 48 1C 33 38 2E
Octal 267 244 64 0 12 110 34 63 70 56
Binary 10110111 10100100 110100 0 1010 1001000 11100 110011 111000 101110

Color Harmonies of #B7A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A434

Black with #B7A434

Text Example


Text Example

White with #B7A434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A434; }

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

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

background-color css

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

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

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

border-color css

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

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

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