Html Css Color HEX #B8A63D Brass

📋 copy color: '#B8A63D'

red 184 ◦ green 166 ◦ blue 61

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

Shades of Brass #B8A63D

Tints of Brass #B8A63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 44.77%
G = 40.39%
B = 14.84%

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

#B8A63D (or 0xB8A63D) is known color: Brass. HEX triplet: B8, A6 and 3D. RGB value is (184,166,61). Sum of RGB (Red+Green+Blue) = 184+166+61=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A63D is #4759C2. Grayscale: #9F9F9F. Windows color (decimal): -4676035 or 4040376. OLE color: 4040376.

HSL color Cylindrical-coordinate representation of color #B8A63D: hue angle of 51.22º degrees, saturation: 0.5, 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 #B8A63D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 61 -
CMYK 0 0.10 0.67 0.28
HSL 51.22º 0.5% 0.48% -
HSV(B) 51.22º 0.67% 0.72% -
XYZ 34.25 37.8 9.91 -
YUV 159.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 184 166 61 0 0.10 0.67 0.28 51.22 0.5 0.48
Hex B8 A6 3D 0 A 43 1C 33 32 30
Octal 270 246 75 0 12 103 34 63 62 60
Binary 10111000 10100110 111101 0 1010 1000011 11100 110011 110010 110000

Color Harmonies of #B8A63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A63D

Black with #B8A63D

Text Example


Text Example

White with #B8A63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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