Html Css Color HEX #B8A53A Brass

📋 copy color: '#B8A53A'

red 184 ◦ green 165 ◦ blue 58

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

Shades of Brass #B8A53A

Tints of Brass #B8A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

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

R = 45.21%
G = 40.54%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8A53A (or 0xB8A53A) is known color: Brass. HEX triplet: B8, A5 and 3A. RGB value is (184,165,58). Sum of RGB (Red+Green+Blue) = 184+165+58=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A53A is #475AC5. Grayscale: #9E9E9E. Windows color (decimal): -4676294 or 3843512. OLE color: 3843512.

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

Color convert

RGB 184 165 58 -
CMYK 0 0.10 0.68 0.28
HSL 50.95º 0.52% 0.47% -
HSV(B) 50.95º 0.68% 0.72% -
XYZ 33.99 37.41 9.43 -
YUV 158.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 184 165 58 0 0.10 0.68 0.28 50.95 0.52 0.47
Hex B8 A5 3A 0 A 44 1C 33 34 2F
Octal 270 245 72 0 12 104 34 63 64 57
Binary 10111000 10100101 111010 0 1010 1000100 11100 110011 110100 101111

Color Harmonies of #B8A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A53A

Black with #B8A53A

Text Example


Text Example

White with #B8A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A53A; }

 p { color: rgb(184,165,58); }

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

background-color css

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

 a { background-color: rgb(184,165,58); }

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

border-color css

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

 span { border-color: rgb(184,165,58); }

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