Html Css Color HEX #B8B334 Brass

📋 copy color: '#B8B334'

red 184 ◦ green 179 ◦ blue 52

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

Shades of Brass #B8B334

Tints of Brass #B8B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 44.34%
G = 43.13%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B8B334 (or 0xB8B334) is known color: Brass. HEX triplet: B8, B3 and 34. RGB value is (184,179,52). Sum of RGB (Red+Green+Blue) = 184+179+52=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B334 is #474CCB. Grayscale: #A6A6A6. Windows color (decimal): -4672716 or 3453880. OLE color: 3453880.

HSL color Cylindrical-coordinate representation of color #B8B334: hue angle of 57.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8B334 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 52 -
CMYK 0 0.03 0.72 0.28
HSL 57.73º 0.56% 0.46% -
HSV(B) 57.73º 0.72% 0.72% -
XYZ 36.51 42.68 9.56 -
YUV 166.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 184 179 52 0 0.03 0.72 0.28 57.73 0.56 0.46
Hex B8 B3 34 0 3 48 1C 3A 38 2E
Octal 270 263 64 0 3 110 34 72 70 56
Binary 10111000 10110011 110100 0 11 1001000 11100 111010 111000 101110

Color Harmonies of #B8B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B334

Black with #B8B334

Text Example


Text Example

White with #B8B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B334; }

 p { color: rgb(184,179,52); }

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

background-color css

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

 a { background-color: rgb(184,179,52); }

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

border-color css

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

 span { border-color: rgb(184,179,52); }

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