Html Css Color HEX #B7A43A Brass

📋 copy color: '#B7A43A'

red 183 ◦ green 164 ◦ blue 58

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

Shades of Brass #B7A43A

Tints of Brass #B7A43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.32%

R = 45.19%
G = 40.49%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7A43A (or 0xB7A43A) is known color: Brass. HEX triplet: B7, A4 and 3A. RGB value is (183,164,58). Sum of RGB (Red+Green+Blue) = 183+164+58=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A43A is #485BC5. Grayscale: #9E9E9E. Windows color (decimal): -4742086 or 3843255. OLE color: 3843255.

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

Color convert

RGB 183 164 58 -
CMYK 0 0.10 0.68 0.28
HSL 50.88º 0.52% 0.47% -
HSV(B) 50.88º 0.68% 0.72% -
XYZ 33.57 36.92 9.36 -
YUV 157.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 183 164 58 0 0.10 0.68 0.28 50.88 0.52 0.47
Hex B7 A4 3A 0 A 44 1C 33 34 2F
Octal 267 244 72 0 12 104 34 63 64 57
Binary 10110111 10100100 111010 0 1010 1000100 11100 110011 110100 101111

Color Harmonies of #B7A43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A43A

Black with #B7A43A

Text Example


Text Example

White with #B7A43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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