Html Css Color HEX #BBA945 Brass

📋 copy color: '#BBA945'

red 187 ◦ green 169 ◦ blue 69

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

Shades of Brass #BBA945

Tints of Brass #BBA945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 44%
G = 39.76%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA945 (or 0xBBA945) is known color: Brass. HEX triplet: BB, A9 and 45. RGB value is (187,169,69). Sum of RGB (Red+Green+Blue) = 187+169+69=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA945 is #4456BA. Grayscale: #A3A3A3. Windows color (decimal): -4478651 or 4565435. OLE color: 4565435.

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

Color convert

RGB 187 169 69 -
CMYK 0 0.10 0.63 0.27
HSL 50.85º 0.46% 0.5% -
HSV(B) 50.85º 0.63% 0.73% -
XYZ 35.76 39.37 11.34 -
YUV 162.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 187 169 69 0 0.10 0.63 0.27 50.85 0.46 0.5
Hex BB A9 45 0 A 3F 1B 33 2E 32
Octal 273 251 105 0 12 77 33 63 56 62
Binary 10111011 10101001 1000101 0 1010 111111 11011 110011 101110 110010

Color Harmonies of #BBA945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA945

Black with #BBA945

Text Example


Text Example

White with #BBA945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA945; }

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

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

background-color css

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

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

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

border-color css

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

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

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