Html Css Color HEX #B8A234 Brass

📋 copy color: '#B8A234'

red 184 ◦ green 162 ◦ blue 52

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

Shades of Brass #B8A234

Tints of Brass #B8A234

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

 BLUE value IS 52 (20.7% from 255) = 13.07%

R = 46.23%
G = 40.7%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B8A234 (or 0xB8A234) is known color: Brass. HEX triplet: B8, A2 and 34. RGB value is (184,162,52). Sum of RGB (Red+Green+Blue) = 184+162+52=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A234 is #475DCB. Grayscale: #9C9C9C. Windows color (decimal): -4677068 or 3449528. OLE color: 3449528.

HSL color Cylindrical-coordinate representation of color #B8A234: hue angle of 50º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8A234 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 52 -
CMYK 0 0.12 0.72 0.28
HSL 50º 0.56% 0.46% -
HSV(B) 50º 0.72% 0.72% -
XYZ 33.31 36.28 8.5 -
YUV 156.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 184 162 52 0 0.12 0.72 0.28 50 0.56 0.46
Hex B8 A2 34 0 C 48 1C 32 38 2E
Octal 270 242 64 0 14 110 34 62 70 56
Binary 10111000 10100010 110100 0 1100 1001000 11100 110010 111000 101110

Color Harmonies of #B8A234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A234

Black with #B8A234

Text Example


Text Example

White with #B8A234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A234; }

 p { color: rgb(184,162,52); }

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

background-color css

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

 a { background-color: rgb(184,162,52); }

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

border-color css

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

 span { border-color: rgb(184,162,52); }

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