Html Css Color HEX #B8AC3B Brass

📋 copy color: '#B8AC3B'

red 184 ◦ green 172 ◦ blue 59

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

Shades of Brass #B8AC3B

Tints of Brass #B8AC3B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 59 (23.44% from 255) = 14.22%

R = 44.34%
G = 41.45%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8AC3B (or 0xB8AC3B) is known color: Brass. HEX triplet: B8, AC and 3B. RGB value is (184,172,59). Sum of RGB (Red+Green+Blue) = 184+172+59=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AC3B is #4753C4. Grayscale: #A3A3A3. Windows color (decimal): -4674501 or 3910840. OLE color: 3910840.

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

Color convert

RGB 184 172 59 -
CMYK 0 0.07 0.68 0.28
HSL 54.24º 0.51% 0.48% -
HSV(B) 54.24º 0.68% 0.72% -
XYZ 35.31 40.01 10 -
YUV 162.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 184 172 59 0 0.07 0.68 0.28 54.24 0.51 0.48
Hex B8 AC 3B 0 7 44 1C 36 33 30
Octal 270 254 73 0 7 104 34 66 63 60
Binary 10111000 10101100 111011 0 111 1000100 11100 110110 110011 110000

Color Harmonies of #B8AC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC3B

Black with #B8AC3B

Text Example


Text Example

White with #B8AC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC3B; }

 p { color: rgb(184,172,59); }

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

background-color css

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

 a { background-color: rgb(184,172,59); }

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

border-color css

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

 span { border-color: rgb(184,172,59); }

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