Html Css Color HEX #BBA842 Brass

📋 copy color: '#BBA842'

red 187 ◦ green 168 ◦ blue 66

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

Shades of Brass #BBA842

Tints of Brass #BBA842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 44.42%
G = 39.9%
B = 15.68%

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

#BBA842 (or 0xBBA842) is known color: Brass. HEX triplet: BB, A8 and 42. RGB value is (187,168,66). Sum of RGB (Red+Green+Blue) = 187+168+66=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA842 is #4457BD. Grayscale: #A2A2A2. Windows color (decimal): -4478910 or 4368571. OLE color: 4368571.

HSL color Cylindrical-coordinate representation of color #BBA842: hue angle of 50.58º 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 #BBA842 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 66 -
CMYK 0 0.10 0.65 0.27
HSL 50.58º 0.48% 0.5% -
HSV(B) 50.58º 0.65% 0.73% -
XYZ 35.48 38.96 10.8 -
YUV 162.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 187 168 66 0 0.10 0.65 0.27 50.58 0.48 0.5
Hex BB A8 42 0 A 41 1B 33 30 32
Octal 273 250 102 0 12 101 33 63 60 62
Binary 10111011 10101000 1000010 0 1010 1000001 11011 110011 110000 110010

Color Harmonies of #BBA842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA842

Black with #BBA842

Text Example


Text Example

White with #BBA842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA842; }

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

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

background-color css

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

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

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

border-color css

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

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

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