Html Css Color HEX #B7AD45 Brass

📋 copy color: '#B7AD45'

red 183 ◦ green 173 ◦ blue 69

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

Shades of Brass #B7AD45

Tints of Brass #B7AD45

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 43.06%
G = 40.71%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B7AD45 (or 0xB7AD45) is known color: Brass. HEX triplet: B7, AD and 45. RGB value is (183,173,69). Sum of RGB (Red+Green+Blue) = 183+173+69=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD45 is #4852BA. Grayscale: #A4A4A4. Windows color (decimal): -4739771 or 4566455. OLE color: 4566455.

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

Color convert

RGB 183 173 69 -
CMYK 0 0.05 0.62 0.28
HSL 54.74º 0.45% 0.49% -
HSV(B) 54.74º 0.62% 0.72% -
XYZ 35.55 40.38 11.55 -
YUV 164.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 183 173 69 0 0.05 0.62 0.28 54.74 0.45 0.49
Hex B7 AD 45 0 5 3E 1C 37 2D 31
Octal 267 255 105 0 5 76 34 67 55 61
Binary 10110111 10101101 1000101 0 101 111110 11100 110111 101101 110001

Color Harmonies of #B7AD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD45

Black with #B7AD45

Text Example


Text Example

White with #B7AD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD45; }

 p { color: rgb(183,173,69); }

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

background-color css

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

 a { background-color: rgb(183,173,69); }

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

border-color css

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

 span { border-color: rgb(183,173,69); }

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