Html Css Color HEX #B7A83C Brass

📋 copy color: '#B7A83C'

red 183 ◦ green 168 ◦ blue 60

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

Shades of Brass #B7A83C

Tints of Brass #B7A83C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 44.53%
G = 40.88%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7A83C (or 0xB7A83C) is known color: Brass. HEX triplet: B7, A8 and 3C. RGB value is (183,168,60). Sum of RGB (Red+Green+Blue) = 183+168+60=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A83C is #4857C3. Grayscale: #A0A0A0. Windows color (decimal): -4741060 or 3975351. OLE color: 3975351.

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

Color convert

RGB 183 168 60 -
CMYK 0 0.08 0.67 0.28
HSL 52.68º 0.51% 0.48% -
HSV(B) 52.68º 0.67% 0.72% -
XYZ 34.35 38.4 9.88 -
YUV 160.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 183 168 60 0 0.08 0.67 0.28 52.68 0.51 0.48
Hex B7 A8 3C 0 8 43 1C 35 33 30
Octal 267 250 74 0 10 103 34 65 63 60
Binary 10110111 10101000 111100 0 1000 1000011 11100 110101 110011 110000

Color Harmonies of #B7A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A83C

Black with #B7A83C

Text Example


Text Example

White with #B7A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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