Html Css Color HEX #B8B04A Brass

📋 copy color: '#B8B04A'

red 184 ◦ green 176 ◦ blue 74

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

Shades of Brass #B8B04A

Tints of Brass #B8B04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.05%

R = 42.4%
G = 40.55%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8B04A (or 0xB8B04A) is known color: Brass. HEX triplet: B8, B0 and 4A. RGB value is (184,176,74). Sum of RGB (Red+Green+Blue) = 184+176+74=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8B04A is #474FB5. Grayscale: #A7A7A7. Windows color (decimal): -4673462 or 4894904. OLE color: 4894904.

HSL color Cylindrical-coordinate representation of color #B8B04A: hue angle of 55.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8B04A is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 74 -
CMYK 0 0.04 0.60 0.28
HSL 55.64º 0.44% 0.51% -
HSV(B) 55.64º 0.6% 0.72% -
XYZ 36.53 41.74 12.61 -
YUV 166.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 184 176 74 0 0.04 0.60 0.28 55.64 0.44 0.51
Hex B8 B0 4A 0 4 3C 1C 38 2C 33
Octal 270 260 112 0 4 74 34 70 54 63
Binary 10111000 10110000 1001010 0 100 111100 11100 111000 101100 110011

Color Harmonies of #B8B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B04A

Black with #B8B04A

Text Example


Text Example

White with #B8B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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