Html Css Color HEX #B7A83A Brass

📋 copy color: '#B7A83A'

red 183 ◦ green 168 ◦ blue 58

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

Shades of Brass #B7A83A

Tints of Brass #B7A83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 44.74%
G = 41.08%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7A83A (or 0xB7A83A) is known color: Brass. HEX triplet: B7, A8 and 3A. RGB value is (183,168,58). Sum of RGB (Red+Green+Blue) = 183+168+58=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A83A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A83A is #4857C5. Grayscale: #A0A0A0. Windows color (decimal): -4741062 or 3844279. OLE color: 3844279.

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

Color convert

RGB 183 168 58 -
CMYK 0 0.08 0.68 0.28
HSL 52.8º 0.52% 0.47% -
HSV(B) 52.8º 0.68% 0.72% -
XYZ 34.29 38.38 9.6 -
YUV 159.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 183 168 58 0 0.08 0.68 0.28 52.8 0.52 0.47
Hex B7 A8 3A 0 8 44 1C 35 34 2F
Octal 267 250 72 0 10 104 34 65 64 57
Binary 10110111 10101000 111010 0 1000 1000100 11100 110101 110100 101111

Color Harmonies of #B7A83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A83A

Black with #B7A83A

Text Example


Text Example

White with #B7A83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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