Html Css Color HEX #B8A53C Brass

📋 copy color: '#B8A53C'

red 184 ◦ green 165 ◦ blue 60

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

Shades of Brass #B8A53C

Tints of Brass #B8A53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 44.99%
G = 40.34%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B8A53C (or 0xB8A53C) is known color: Brass. HEX triplet: B8, A5 and 3C. RGB value is (184,165,60). Sum of RGB (Red+Green+Blue) = 184+165+60=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A53C is #475AC3. Grayscale: #9F9F9F. Windows color (decimal): -4676292 or 3974584. OLE color: 3974584.

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

Color convert

RGB 184 165 60 -
CMYK 0 0.10 0.67 0.28
HSL 50.81º 0.51% 0.48% -
HSV(B) 50.81º 0.67% 0.72% -
XYZ 34.04 37.43 9.71 -
YUV 158.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 184 165 60 0 0.10 0.67 0.28 50.81 0.51 0.48
Hex B8 A5 3C 0 A 43 1C 33 33 30
Octal 270 245 74 0 12 103 34 63 63 60
Binary 10111000 10100101 111100 0 1010 1000011 11100 110011 110011 110000

Color Harmonies of #B8A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A53C

Black with #B8A53C

Text Example


Text Example

White with #B8A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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