Html Css Color HEX #BBA948 Brass

📋 copy color: '#BBA948'

red 187 ◦ green 169 ◦ blue 72

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

Shades of Brass #BBA948

Tints of Brass #BBA948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.82%

R = 43.69%
G = 39.49%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA948 (or 0xBBA948) is known color: Brass. HEX triplet: BB, A9 and 48. RGB value is (187,169,72). Sum of RGB (Red+Green+Blue) = 187+169+72=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA948 is #4456B7. Grayscale: #A3A3A3. Windows color (decimal): -4478648 or 4762043. OLE color: 4762043.

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

Color convert

RGB 187 169 72 -
CMYK 0 0.10 0.61 0.27
HSL 50.61º 0.46% 0.51% -
HSV(B) 50.61º 0.61% 0.73% -
XYZ 35.85 39.41 11.85 -
YUV 163.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 187 169 72 0 0.10 0.61 0.27 50.61 0.46 0.51
Hex BB A9 48 0 A 3D 1B 33 2E 33
Octal 273 251 110 0 12 75 33 63 56 63
Binary 10111011 10101001 1001000 0 1010 111101 11011 110011 101110 110011

Color Harmonies of #BBA948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA948

Black with #BBA948

Text Example


Text Example

White with #BBA948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA948; }

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

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

background-color css

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

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

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

border-color css

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

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

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