Html Css Color HEX #B7A73D Brass

📋 copy color: '#B7A73D'

red 183 ◦ green 167 ◦ blue 61

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

Shades of Brass #B7A73D

Tints of Brass #B7A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 44.53%
G = 40.63%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7A73D (or 0xB7A73D) is known color: Brass. HEX triplet: B7, A7 and 3D. RGB value is (183,167,61). Sum of RGB (Red+Green+Blue) = 183+167+61=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A73D is #4858C2. Grayscale: #A0A0A0. Windows color (decimal): -4741315 or 4040631. OLE color: 4040631.

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

Color convert

RGB 183 167 61 -
CMYK 0 0.09 0.67 0.28
HSL 52.13º 0.5% 0.48% -
HSV(B) 52.13º 0.67% 0.72% -
XYZ 34.19 38.04 9.96 -
YUV 159.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 183 167 61 0 0.09 0.67 0.28 52.13 0.5 0.48
Hex B7 A7 3D 0 9 43 1C 34 32 30
Octal 267 247 75 0 11 103 34 64 62 60
Binary 10110111 10100111 111101 0 1001 1000011 11100 110100 110010 110000

Color Harmonies of #B7A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A73D

Black with #B7A73D

Text Example


Text Example

White with #B7A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A73D; }

 p { color: rgb(183,167,61); }

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

background-color css

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

 a { background-color: rgb(183,167,61); }

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

border-color css

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

 span { border-color: rgb(183,167,61); }

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