Html Css Color HEX #B7A83E Brass

📋 copy color: '#B7A83E'

red 183 ◦ green 168 ◦ blue 62

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

Shades of Brass #B7A83E

Tints of Brass #B7A83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.01%

R = 44.31%
G = 40.68%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7A83E (or 0xB7A83E) is known color: Brass. HEX triplet: B7, A8 and 3E. RGB value is (183,168,62). Sum of RGB (Red+Green+Blue) = 183+168+62=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A83E is #4857C1. Grayscale: #A0A0A0. Windows color (decimal): -4741058 or 4106423. OLE color: 4106423.

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

Color convert

RGB 183 168 62 -
CMYK 0 0.08 0.66 0.28
HSL 52.56º 0.49% 0.48% -
HSV(B) 52.56º 0.66% 0.72% -
XYZ 34.4 38.42 10.16 -
YUV 160.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 183 168 62 0 0.08 0.66 0.28 52.56 0.49 0.48
Hex B7 A8 3E 0 8 42 1C 35 31 30
Octal 267 250 76 0 10 102 34 65 61 60
Binary 10110111 10101000 111110 0 1000 1000010 11100 110101 110001 110000

Color Harmonies of #B7A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A83E

Black with #B7A83E

Text Example


Text Example

White with #B7A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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