Html Css Color HEX #B7AE3A Brass

📋 copy color: '#B7AE3A'

red 183 ◦ green 174 ◦ blue 58

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

Shades of Brass #B7AE3A

Tints of Brass #B7AE3A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.93%

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

R = 44.1%
G = 41.93%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7AE3A (or 0xB7AE3A) is known color: Brass. HEX triplet: B7, AE and 3A. RGB value is (183,174,58). Sum of RGB (Red+Green+Blue) = 183+174+58=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AE3A is #4851C5. Grayscale: #A3A3A3. Windows color (decimal): -4739526 or 3845815. OLE color: 3845815.

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

Color convert

RGB 183 174 58 -
CMYK 0 0.05 0.68 0.28
HSL 55.68º 0.52% 0.47% -
HSV(B) 55.68º 0.68% 0.72% -
XYZ 35.43 40.64 9.98 -
YUV 163.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 183 174 58 0 0.05 0.68 0.28 55.68 0.52 0.47
Hex B7 AE 3A 0 5 44 1C 38 34 2F
Octal 267 256 72 0 5 104 34 70 64 57
Binary 10110111 10101110 111010 0 101 1000100 11100 111000 110100 101111

Color Harmonies of #B7AE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE3A

Black with #B7AE3A

Text Example


Text Example

White with #B7AE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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