Html Css Color HEX #BBA934 Brass

📋 copy color: '#BBA934'

red 187 ◦ green 169 ◦ blue 52

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

Shades of Brass #BBA934

Tints of Brass #BBA934

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 45.83%
G = 41.42%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA934 (or 0xBBA934) is known color: Brass. HEX triplet: BB, A9 and 34. RGB value is (187,169,52). Sum of RGB (Red+Green+Blue) = 187+169+52=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA934 is #4456CB. Grayscale: #A1A1A1. Windows color (decimal): -4478668 or 3451323. OLE color: 3451323.

HSL color Cylindrical-coordinate representation of color #BBA934: hue angle of 52º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBA934 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 52 -
CMYK 0 0.10 0.72 0.27
HSL 52º 0.56% 0.47% -
HSV(B) 52º 0.72% 0.73% -
XYZ 35.3 39.19 8.95 -
YUV 161.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 187 169 52 0 0.10 0.72 0.27 52 0.56 0.47
Hex BB A9 34 0 A 48 1B 34 38 2F
Octal 273 251 64 0 12 110 33 64 70 57
Binary 10111011 10101001 110100 0 1010 1001000 11011 110100 111000 101111

Color Harmonies of #BBA934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA934

Black with #BBA934

Text Example


Text Example

White with #BBA934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA934; }

 p { color: rgb(187,169,52); }

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

background-color css

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

 a { background-color: rgb(187,169,52); }

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

border-color css

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

 span { border-color: rgb(187,169,52); }

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