Html Css Color HEX #B7AF3A Brass

📋 copy color: '#B7AF3A'

red 183 ◦ green 175 ◦ blue 58

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

Shades of Brass #B7AF3A

Tints of Brass #B7AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.07%

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

R = 43.99%
G = 42.07%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7AF3A (or 0xB7AF3A) is known color: Brass. HEX triplet: B7, AF and 3A. RGB value is (183,175,58). Sum of RGB (Red+Green+Blue) = 183+175+58=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF3A is #4850C5. Grayscale: #A4A4A4. Windows color (decimal): -4739270 or 3846071. OLE color: 3846071.

HSL color Cylindrical-coordinate representation of color #B7AF3A: hue angle of 56.16º 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 #B7AF3A is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 58 -
CMYK 0 0.04 0.68 0.28
HSL 56.16º 0.52% 0.47% -
HSV(B) 56.16º 0.68% 0.72% -
XYZ 35.62 41.03 10.05 -
YUV 164.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 183 175 58 0 0.04 0.68 0.28 56.16 0.52 0.47
Hex B7 AF 3A 0 4 44 1C 38 34 2F
Octal 267 257 72 0 4 104 34 70 64 57
Binary 10110111 10101111 111010 0 100 1000100 11100 111000 110100 101111

Color Harmonies of #B7AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF3A

Black with #B7AF3A

Text Example


Text Example

White with #B7AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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