Html Css Color HEX #B8A64B Brass

📋 copy color: '#B8A64B'

red 184 ◦ green 166 ◦ blue 75

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

Shades of Brass #B8A64B

Tints of Brass #B8A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 75 (29.69% from 255) = 17.65%

R = 43.29%
G = 39.06%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8A64B (or 0xB8A64B) is known color: Brass. HEX triplet: B8, A6 and 4B. RGB value is (184,166,75). Sum of RGB (Red+Green+Blue) = 184+166+75=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A64B is #4759B4. Grayscale: #A1A1A1. Windows color (decimal): -4676021 or 4957880. OLE color: 4957880.

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

Color convert

RGB 184 166 75 -
CMYK 0 0.10 0.59 0.28
HSL 50.09º 0.43% 0.51% -
HSV(B) 50.09º 0.59% 0.72% -
XYZ 34.67 37.97 12.16 -
YUV 161.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 184 166 75 0 0.10 0.59 0.28 50.09 0.43 0.51
Hex B8 A6 4B 0 A 3B 1C 32 2B 33
Octal 270 246 113 0 12 73 34 62 53 63
Binary 10111000 10100110 1001011 0 1010 111011 11100 110010 101011 110011

Color Harmonies of #B8A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A64B

Black with #B8A64B

Text Example


Text Example

White with #B8A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A64B; }

 p { color: rgb(184,166,75); }

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

background-color css

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

 a { background-color: rgb(184,166,75); }

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

border-color css

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

 span { border-color: rgb(184,166,75); }

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