Html Css Color HEX #B7AF46 Brass

📋 copy color: '#B7AF46'

red 183 ◦ green 175 ◦ blue 70

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

Shades of Brass #B7AF46

Tints of Brass #B7AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 42.76%
G = 40.89%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B7AF46 (or 0xB7AF46) is known color: Brass. HEX triplet: B7, AF and 46. RGB value is (183,175,70). Sum of RGB (Red+Green+Blue) = 183+175+70=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF46 is #4850B9. Grayscale: #A5A5A5. Windows color (decimal): -4739258 or 4632503. OLE color: 4632503.

HSL color Cylindrical-coordinate representation of color #B7AF46: hue angle of 55.75º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7AF46 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 70 -
CMYK 0 0.04 0.62 0.28
HSL 55.75º 0.45% 0.5% -
HSV(B) 55.75º 0.62% 0.72% -
XYZ 35.96 41.17 11.85 -
YUV 165.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 183 175 70 0 0.04 0.62 0.28 55.75 0.45 0.5
Hex B7 AF 46 0 4 3E 1C 38 2D 32
Octal 267 257 106 0 4 76 34 70 55 62
Binary 10110111 10101111 1000110 0 100 111110 11100 111000 101101 110010

Color Harmonies of #B7AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF46

Black with #B7AF46

Text Example


Text Example

White with #B7AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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