Html Css Color HEX #BBA942 Brass

📋 copy color: '#BBA942'

red 187 ◦ green 169 ◦ blue 66

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

Shades of Brass #BBA942

Tints of Brass #BBA942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 44.31%
G = 40.05%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA942 (or 0xBBA942) is known color: Brass. HEX triplet: BB, A9 and 42. RGB value is (187,169,66). Sum of RGB (Red+Green+Blue) = 187+169+66=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA942 is #4456BD. Grayscale: #A3A3A3. Windows color (decimal): -4478654 or 4368827. OLE color: 4368827.

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

Color convert

RGB 187 169 66 -
CMYK 0 0.10 0.65 0.27
HSL 51.07º 0.48% 0.5% -
HSV(B) 51.07º 0.65% 0.73% -
XYZ 35.66 39.33 10.87 -
YUV 162.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 187 169 66 0 0.10 0.65 0.27 51.07 0.48 0.5
Hex BB A9 42 0 A 41 1B 33 30 32
Octal 273 251 102 0 12 101 33 63 60 62
Binary 10111011 10101001 1000010 0 1010 1000001 11011 110011 110000 110010

Color Harmonies of #BBA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA942

Black with #BBA942

Text Example


Text Example

White with #BBA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA942; }

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

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

background-color css

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

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

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

border-color css

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

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

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