Html Css Color HEX #B7B04A Brass

📋 copy color: '#B7B04A'

red 183 ◦ green 176 ◦ blue 74

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

Shades of Brass #B7B04A

Tints of Brass #B7B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 42.26%
G = 40.65%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7B04A (or 0xB7B04A) is known color: Brass. HEX triplet: B7, B0 and 4A. RGB value is (183,176,74). Sum of RGB (Red+Green+Blue) = 183+176+74=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B04A is #484FB5. Grayscale: #A6A6A6. Windows color (decimal): -4738998 or 4894903. OLE color: 4894903.

HSL color Cylindrical-coordinate representation of color #B7B04A: hue angle of 56.15º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7B04A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 74 -
CMYK 0 0.04 0.60 0.28
HSL 56.15º 0.43% 0.5% -
HSV(B) 56.15º 0.6% 0.72% -
XYZ 36.29 41.61 12.6 -
YUV 166.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 183 176 74 0 0.04 0.60 0.28 56.15 0.43 0.5
Hex B7 B0 4A 0 4 3C 1C 38 2B 32
Octal 267 260 112 0 4 74 34 70 53 62
Binary 10110111 10110000 1001010 0 100 111100 11100 111000 101011 110010

Color Harmonies of #B7B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B04A

Black with #B7B04A

Text Example


Text Example

White with #B7B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B04A; }

 p { color: rgb(183,176,74); }

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

background-color css

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

 a { background-color: rgb(183,176,74); }

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

border-color css

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

 span { border-color: rgb(183,176,74); }

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