Html Css Color HEX #B7A73C Brass

📋 copy color: '#B7A73C'

red 183 ◦ green 167 ◦ blue 60

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

Shades of Brass #B7A73C

Tints of Brass #B7A73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 44.63%
G = 40.73%
B = 14.63%

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

#B7A73C (or 0xB7A73C) is known color: Brass. HEX triplet: B7, A7 and 3C. RGB value is (183,167,60). Sum of RGB (Red+Green+Blue) = 183+167+60=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A73C is #4858C3. Grayscale: #A0A0A0. Windows color (decimal): -4741316 or 3975095. OLE color: 3975095.

HSL color Cylindrical-coordinate representation of color #B7A73C: hue angle of 52.2º degrees, saturation: 0.51, 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 #B7A73C is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 167 60 -
CMYK 0 0.09 0.67 0.28
HSL 52.2º 0.51% 0.48% -
HSV(B) 52.2º 0.67% 0.72% -
XYZ 34.16 38.03 9.82 -
YUV 159.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 183 167 60 0 0.09 0.67 0.28 52.2 0.51 0.48
Hex B7 A7 3C 0 9 43 1C 34 33 30
Octal 267 247 74 0 11 103 34 64 63 60
Binary 10110111 10100111 111100 0 1001 1000011 11100 110100 110011 110000

Color Harmonies of #B7A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A73C

Black with #B7A73C

Text Example


Text Example

White with #B7A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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