Html Css Color HEX #B8A736 Brass

📋 copy color: '#B8A736'

red 184 ◦ green 167 ◦ blue 54

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

Shades of Brass #B8A736

Tints of Brass #B8A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

 BLUE value IS 54 (21.48% from 255) = 13.33%

R = 45.43%
G = 41.23%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B8A736 (or 0xB8A736) is known color: Brass. HEX triplet: B8, A7 and 36. RGB value is (184,167,54). Sum of RGB (Red+Green+Blue) = 184+167+54=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A736 is #4758C9. Grayscale: #9F9F9F. Windows color (decimal): -4675786 or 3581880. OLE color: 3581880.

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

Color convert

RGB 184 167 54 -
CMYK 0 0.09 0.71 0.28
HSL 52.15º 0.55% 0.47% -
HSV(B) 52.15º 0.71% 0.72% -
XYZ 34.25 38.09 9.04 -
YUV 159.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 184 167 54 0 0.09 0.71 0.28 52.15 0.55 0.47
Hex B8 A7 36 0 9 47 1C 34 37 2F
Octal 270 247 66 0 11 107 34 64 67 57
Binary 10111000 10100111 110110 0 1001 1000111 11100 110100 110111 101111

Color Harmonies of #B8A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A736

Black with #B8A736

Text Example


Text Example

White with #B8A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A736; }

 p { color: rgb(184,167,54); }

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

background-color css

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

 a { background-color: rgb(184,167,54); }

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

border-color css

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

 span { border-color: rgb(184,167,54); }

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