Html Css Color HEX #BBA437 Brass

📋 copy color: '#BBA437'

red 187 ◦ green 164 ◦ blue 55

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

Shades of Brass #BBA437

Tints of Brass #BBA437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 55 (21.88% from 255) = 13.55%

R = 46.06%
G = 40.39%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA437 (or 0xBBA437) is known color: Brass. HEX triplet: BB, A4 and 37. RGB value is (187,164,55). Sum of RGB (Red+Green+Blue) = 187+164+55=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA437 is #445BC8. Grayscale: #9E9E9E. Windows color (decimal): -4479945 or 3646651. OLE color: 3646651.

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

Color convert

RGB 187 164 55 -
CMYK 0 0.12 0.71 0.27
HSL 49.55º 0.55% 0.47% -
HSV(B) 49.55º 0.71% 0.73% -
XYZ 34.46 37.39 9.02 -
YUV 158.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 187 164 55 0 0.12 0.71 0.27 49.55 0.55 0.47
Hex BB A4 37 0 C 47 1B 32 37 2F
Octal 273 244 67 0 14 107 33 62 67 57
Binary 10111011 10100100 110111 0 1100 1000111 11011 110010 110111 101111

Color Harmonies of #BBA437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA437

Black with #BBA437

Text Example


Text Example

White with #BBA437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA437; }

 p { color: rgb(187,164,55); }

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

background-color css

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

 a { background-color: rgb(187,164,55); }

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

border-color css

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

 span { border-color: rgb(187,164,55); }

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