Html Css Color HEX #B8AE4D Brass

📋 copy color: '#B8AE4D'

red 184 ◦ green 174 ◦ blue 77

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

Shades of Brass #B8AE4D

Tints of Brass #B8AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 42.3%
G = 40%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B8AE4D (or 0xB8AE4D) is known color: Brass. HEX triplet: B8, AE and 4D. RGB value is (184,174,77). Sum of RGB (Red+Green+Blue) = 184+174+77=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE4D is #4751B2. Grayscale: #A6A6A6. Windows color (decimal): -4673971 or 5091000. OLE color: 5091000.

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

Color convert

RGB 184 174 77 -
CMYK 0 0.05 0.58 0.28
HSL 54.39º 0.43% 0.51% -
HSV(B) 54.39º 0.58% 0.72% -
XYZ 36.24 41 13.02 -
YUV 165.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 184 174 77 0 0.05 0.58 0.28 54.39 0.43 0.51
Hex B8 AE 4D 0 5 3A 1C 36 2B 33
Octal 270 256 115 0 5 72 34 66 53 63
Binary 10111000 10101110 1001101 0 101 111010 11100 110110 101011 110011

Color Harmonies of #B8AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE4D

Black with #B8AE4D

Text Example


Text Example

White with #B8AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE4D; }

 p { color: rgb(184,174,77); }

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

background-color css

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

 a { background-color: rgb(184,174,77); }

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

border-color css

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

 span { border-color: rgb(184,174,77); }

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