Html Css Color HEX #BBB34A Brass

📋 copy color: '#BBB34A'

red 187 ◦ green 179 ◦ blue 74

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

Shades of Brass #BBB34A

Tints of Brass #BBB34A

RGB

 RED value IS 187 (73.44% from 255) = 42.5%

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

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

R = 42.5%
G = 40.68%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBB34A (or 0xBBB34A) is known color: Brass. HEX triplet: BB, B3 and 4A. RGB value is (187,179,74). Sum of RGB (Red+Green+Blue) = 187+179+74=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB34A is #444CB5. Grayscale: #A9A9A9. Windows color (decimal): -4476086 or 4895675. OLE color: 4895675.

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

Color convert

RGB 187 179 74 -
CMYK 0 0.04 0.60 0.27
HSL 55.75º 0.45% 0.51% -
HSV(B) 55.75º 0.6% 0.73% -
XYZ 37.85 43.3 12.84 -
YUV 169.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 187 179 74 0 0.04 0.60 0.27 55.75 0.45 0.51
Hex BB B3 4A 0 4 3C 1B 38 2D 33
Octal 273 263 112 0 4 74 33 70 55 63
Binary 10111011 10110011 1001010 0 100 111100 11011 111000 101101 110011

Color Harmonies of #BBB34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB34A

Black with #BBB34A

Text Example


Text Example

White with #BBB34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB34A; }

 p { color: rgb(187,179,74); }

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

background-color css

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

 a { background-color: rgb(187,179,74); }

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

border-color css

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

 span { border-color: rgb(187,179,74); }

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