Html Css Color HEX #B8B046 Brass

📋 copy color: '#B8B046'

red 184 ◦ green 176 ◦ blue 70

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

Shades of Brass #B8B046

Tints of Brass #B8B046

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 70 (27.73% from 255) = 16.28%

R = 42.79%
G = 40.93%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B8B046 (or 0xB8B046) is known color: Brass. HEX triplet: B8, B0 and 46. RGB value is (184,176,70). Sum of RGB (Red+Green+Blue) = 184+176+70=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B046 is #474FB9. Grayscale: #A6A6A6. Windows color (decimal): -4673466 or 4632760. OLE color: 4632760.

HSL color Cylindrical-coordinate representation of color #B8B046: hue angle of 55.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8B046 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 70 -
CMYK 0 0.04 0.62 0.28
HSL 55.79º 0.45% 0.5% -
HSV(B) 55.79º 0.62% 0.72% -
XYZ 36.4 41.68 11.92 -
YUV 166.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 184 176 70 0 0.04 0.62 0.28 55.79 0.45 0.5
Hex B8 B0 46 0 4 3E 1C 38 2D 32
Octal 270 260 106 0 4 76 34 70 55 62
Binary 10111000 10110000 1000110 0 100 111110 11100 111000 101101 110010

Color Harmonies of #B8B046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B046

Black with #B8B046

Text Example


Text Example

White with #B8B046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B046; }

 p { color: rgb(184,176,70); }

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

background-color css

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

 a { background-color: rgb(184,176,70); }

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

border-color css

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

 span { border-color: rgb(184,176,70); }

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