Html Css Color HEX #B8AD4C Brass

📋 copy color: '#B8AD4C'

red 184 ◦ green 173 ◦ blue 76

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

Shades of Brass #B8AD4C

Tints of Brass #B8AD4C

RGB

 RED value IS 184 (72.27% from 255) = 42.49%

 GREEN value IS 173 (67.97% from 255) = 39.95%

 BLUE value IS 76 (30.08% from 255) = 17.55%

R = 42.49%
G = 39.95%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8AD4C (or 0xB8AD4C) is known color: Brass. HEX triplet: B8, AD and 4C. RGB value is (184,173,76). Sum of RGB (Red+Green+Blue) = 184+173+76=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD4C is #4752B3. Grayscale: #A5A5A5. Windows color (decimal): -4674228 or 5025208. OLE color: 5025208.

HSL color Cylindrical-coordinate representation of color #B8AD4C: hue angle of 53.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8AD4C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 76 -
CMYK 0 0.06 0.59 0.28
HSL 53.89º 0.43% 0.51% -
HSV(B) 53.89º 0.59% 0.72% -
XYZ 36.02 40.6 12.78 -
YUV 165.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 184 173 76 0 0.06 0.59 0.28 53.89 0.43 0.51
Hex B8 AD 4C 0 6 3B 1C 36 2B 33
Octal 270 255 114 0 6 73 34 66 53 63
Binary 10111000 10101101 1001100 0 110 111011 11100 110110 101011 110011

Color Harmonies of #B8AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD4C

Black with #B8AD4C

Text Example


Text Example

White with #B8AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD4C; }

 p { color: rgb(184,173,76); }

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

background-color css

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

 a { background-color: rgb(184,173,76); }

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

border-color css

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

 span { border-color: rgb(184,173,76); }

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